Html Css Color HEX #C84219 Harley Davidson Orange

📋 copy color: '#C84219'

red 200 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #C84219

Tints of Harley Davidson Orange #C84219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

 BLUE value IS 25 (10.16% from 255) = 8.59%

R = 68.73%
G = 22.68%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C84219 (or 0xC84219) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 19. RGB value is (200,66,25). Sum of RGB (Red+Green+Blue) = 200+66+25=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C84219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84219 is #37BDE6. Grayscale: #656565. Windows color (decimal): -3653095 or 1655496. OLE color: 1655496.

HSL color Cylindrical-coordinate representation of color #C84219: hue angle of 14.06º degrees, saturation: 0.78, 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 #C84219 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 66 25 -
CMYK 0 0.67 0.88 0.22
HSL 14.06º 0.78% 0.44% -
HSV(B) 14.06º 0.88% 0.78% -
XYZ 25.94 16.25 2.69 -
YUV 101.39 84.89 198.33 -
System Red Green Blue C M Y K H S L
Decimal 200 66 25 0 0.67 0.88 0.22 14.06 0.78 0.44
Hex C8 42 19 0 43 58 16 E 4E 2C
Octal 310 102 31 0 103 130 26 16 116 54
Binary 11001000 1000010 11001 0 1000011 1011000 10110 1110 1001110 101100

Color Harmonies of #C84219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84219

Black with #C84219

Text Example


Text Example

White with #C84219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84219; }

 p { color: rgb(200,66,25); }

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

background-color css

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

 a { background-color: rgb(200,66,25); }

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

border-color css

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

 span { border-color: rgb(200,66,25); }

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