Html Css Color HEX #C42C18 Harley Davidson Orange

📋 copy color: '#C42C18'

red 196 ◦ green 44 ◦ blue 24

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

Shades of Harley Davidson Orange #C42C18

Tints of Harley Davidson Orange #C42C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.67%

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

R = 74.24%
G = 16.67%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C42C18 (or 0xC42C18) is known color: Harley Davidson Orange. HEX triplet: C4, 2C and 18. RGB value is (196,44,24). Sum of RGB (Red+Green+Blue) = 196+44+24=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42C18 is #3BD3E7. Grayscale: #575757. Windows color (decimal): -3920872 or 1584324. OLE color: 1584324.

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

Color convert

RGB 196 44 24 -
CMYK 0 0.78 0.88 0.23
HSL 6.98º 0.78% 0.43% -
HSV(B) 6.98º 0.88% 0.77% -
XYZ 23.83 13.6 2.23 -
YUV 87.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 196 44 24 0 0.78 0.88 0.23 6.98 0.78 0.43
Hex C4 2C 18 0 4E 58 17 7 4E 2B
Octal 304 54 30 0 116 130 27 7 116 53
Binary 11000100 101100 11000 0 1001110 1011000 10111 111 1001110 101011

Color Harmonies of #C42C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42C18

Black with #C42C18

Text Example


Text Example

White with #C42C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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