Html Css Color HEX #C83418 Harley Davidson Orange

📋 copy color: '#C83418'

red 200 ◦ green 52 ◦ blue 24

#C83418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C83418

Tints of Harley Davidson Orange #C83418

RGB

 RED value IS 200 (78.52% from 255) = 72.46%

 GREEN value IS 52 (20.7% from 255) = 18.84%

 BLUE value IS 24 (9.77% from 255) = 8.7%

R = 72.46%
G = 18.84%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C83418 (or 0xC83418) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 18. RGB value is (200,52,24). Sum of RGB (Red+Green+Blue) = 200+52+24=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C83418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83418 is #37CBE7. Grayscale: #5D5D5D. Windows color (decimal): -3656680 or 1586376. OLE color: 1586376.

HSL color Cylindrical-coordinate representation of color #C83418: hue angle of 9.55º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C83418 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 24 -
CMYK 0 0.74 0.88 0.22
HSL 9.55º 0.79% 0.44% -
HSV(B) 9.55º 0.88% 0.78% -
XYZ 25.21 14.8 2.39 -
YUV 93.06 89.03 204.28 -
System Red Green Blue C M Y K H S L
Decimal 200 52 24 0 0.74 0.88 0.22 9.55 0.79 0.44
Hex C8 34 18 0 4A 58 16 A 4F 2C
Octal 310 64 30 0 112 130 26 12 117 54
Binary 11001000 110100 11000 0 1001010 1011000 10110 1010 1001111 101100

Color Harmonies of #C83418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83418

Black with #C83418

Text Example


Text Example

White with #C83418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83418; }

 p { color: rgb(200,52,24); }

 H1.HeaderClassName
 {
   color: #C83418;
 }
 .AnyTagClassName
 {
   color: #C83418;
 }
</style>

background-color css

<style>
 a { background-color: #C83418; }

 a { background-color: rgb(200,52,24); }

 div.DivClassName
 {
   background-color: #C83418;
 }
 .BgClassName
 {
   background-color: #C83418;
 }
</style>

border-color css

<style>
 span { border-color: #C83418; }

 span { border-color: rgb(200,52,24); }

 td.TdClassName
 {
   border-color: #C83418;
 }
 .TagClassName
 {
   border-color: #C83418;
 }
</style>