Html Css Color HEX #C42918 Harley Davidson Orange

📋 copy color: '#C42918'

red 196 ◦ green 41 ◦ blue 24

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

Shades of Harley Davidson Orange #C42918

Tints of Harley Davidson Orange #C42918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

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

R = 75.1%
G = 15.71%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C42918 (or 0xC42918) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 18. RGB value is (196,41,24). Sum of RGB (Red+Green+Blue) = 196+41+24=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C42918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42918 is #3BD6E7. Grayscale: #555555. Windows color (decimal): -3921640 or 1583556. OLE color: 1583556.

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

Color convert

RGB 196 41 24 -
CMYK 0 0.79 0.88 0.23
HSL 5.93º 0.78% 0.43% -
HSV(B) 5.93º 0.88% 0.77% -
XYZ 23.72 13.39 2.2 -
YUV 85.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 196 41 24 0 0.79 0.88 0.23 5.93 0.78 0.43
Hex C4 29 18 0 4F 58 17 6 4E 2B
Octal 304 51 30 0 117 130 27 6 116 53
Binary 11000100 101001 11000 0 1001111 1011000 10111 110 1001110 101011

Color Harmonies of #C42918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42918

Black with #C42918

Text Example


Text Example

White with #C42918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42918; }

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

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

background-color css

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

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

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

border-color css

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

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

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