Html Css Color HEX #C44118 Harley Davidson Orange

📋 copy color: '#C44118'

red 196 ◦ green 65 ◦ blue 24

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

Shades of Harley Davidson Orange #C44118

Tints of Harley Davidson Orange #C44118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

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

R = 68.77%
G = 22.81%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44118 (or 0xC44118) is known color: Harley Davidson Orange. HEX triplet: C4, 41 and 18. RGB value is (196,65,24). Sum of RGB (Red+Green+Blue) = 196+65+24=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C44118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44118 is #3BBEE7. Grayscale: #636363. Windows color (decimal): -3915496 or 1589700. OLE color: 1589700.

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

Color convert

RGB 196 65 24 -
CMYK 0 0.67 0.88 0.23
HSL 14.3º 0.78% 0.43% -
HSV(B) 14.3º 0.88% 0.77% -
XYZ 24.82 15.58 2.56 -
YUV 99.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 196 65 24 0 0.67 0.88 0.23 14.3 0.78 0.43
Hex C4 41 18 0 43 58 17 E 4E 2B
Octal 304 101 30 0 103 130 27 16 116 53
Binary 11000100 1000001 11000 0 1000011 1011000 10111 1110 1001110 101011

Color Harmonies of #C44118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44118

Black with #C44118

Text Example


Text Example

White with #C44118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44118; }

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

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

background-color css

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

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

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

border-color css

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

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

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