Html Css Color HEX #C44218 Harley Davidson Orange

📋 copy color: '#C44218'

red 196 ◦ green 66 ◦ blue 24

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

Shades of Harley Davidson Orange #C44218

Tints of Harley Davidson Orange #C44218

RGB

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

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

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

R = 68.53%
G = 23.08%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44218 (or 0xC44218) is known color: Harley Davidson Orange. HEX triplet: C4, 42 and 18. RGB value is (196,66,24). Sum of RGB (Red+Green+Blue) = 196+66+24=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C44218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44218 is #3BBDE7. Grayscale: #646464. Windows color (decimal): -3915240 or 1589956. OLE color: 1589956.

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

Color convert

RGB 196 66 24 -
CMYK 0 0.66 0.88 0.23
HSL 14.65º 0.78% 0.43% -
HSV(B) 14.65º 0.88% 0.77% -
XYZ 24.88 15.7 2.58 -
YUV 100.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 196 66 24 0 0.66 0.88 0.23 14.65 0.78 0.43
Hex C4 42 18 0 42 58 17 F 4E 2B
Octal 304 102 30 0 102 130 27 17 116 53
Binary 11000100 1000010 11000 0 1000010 1011000 10111 1111 1001110 101011

Color Harmonies of #C44218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44218

Black with #C44218

Text Example


Text Example

White with #C44218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44218; }

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

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

background-color css

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

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

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

border-color css

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

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

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