Html Css Color HEX #C44219 Harley Davidson Orange

📋 copy color: '#C44219'

red 196 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #C44219

Tints of Harley Davidson Orange #C44219

RGB

 RED value IS 196 (76.95% from 255) = 68.29%

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

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

R = 68.29%
G = 23%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C44219 (or 0xC44219) is known color: Harley Davidson Orange. HEX triplet: C4, 42 and 19. RGB value is (196,66,25). Sum of RGB (Red+Green+Blue) = 196+66+25=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C44219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44219 is #3BBDE6. Grayscale: #646464. Windows color (decimal): -3915239 or 1655492. OLE color: 1655492.

HSL color Cylindrical-coordinate representation of color #C44219: hue angle of 14.39º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C44219 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 25 -
CMYK 0 0.66 0.87 0.23
HSL 14.39º 0.77% 0.43% -
HSV(B) 14.39º 0.87% 0.77% -
XYZ 24.89 15.7 2.64 -
YUV 100.2 85.57 196.33 -
System Red Green Blue C M Y K H S L
Decimal 196 66 25 0 0.66 0.87 0.23 14.39 0.77 0.43
Hex C4 42 19 0 42 57 17 E 4D 2B
Octal 304 102 31 0 102 127 27 16 115 53
Binary 11000100 1000010 11001 0 1000010 1010111 10111 1110 1001101 101011

Color Harmonies of #C44219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44219

Black with #C44219

Text Example


Text Example

White with #C44219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44219; }

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

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

background-color css

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

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

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

border-color css

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

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

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