Html Css Color HEX #C42818 Harley Davidson Orange

📋 copy color: '#C42818'

red 196 ◦ green 40 ◦ blue 24

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

Shades of Harley Davidson Orange #C42818

Tints of Harley Davidson Orange #C42818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

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

R = 75.38%
G = 15.38%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C42818 (or 0xC42818) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 18. RGB value is (196,40,24). Sum of RGB (Red+Green+Blue) = 196+40+24=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C42818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42818 is #3BD7E7. Grayscale: #555555. Windows color (decimal): -3921896 or 1583300. OLE color: 1583300.

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

Color convert

RGB 196 40 24 -
CMYK 0 0.80 0.88 0.23
HSL 5.58º 0.78% 0.43% -
HSV(B) 5.58º 0.88% 0.77% -
XYZ 23.69 13.32 2.19 -
YUV 84.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 196 40 24 0 0.80 0.88 0.23 5.58 0.78 0.43
Hex C4 28 18 0 50 58 17 6 4E 2B
Octal 304 50 30 0 120 130 27 6 116 53
Binary 11000100 101000 11000 0 1010000 1011000 10111 110 1001110 101011

Color Harmonies of #C42818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42818

Black with #C42818

Text Example


Text Example

White with #C42818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42818; }

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

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

background-color css

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

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

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

border-color css

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

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

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