Html Css Color HEX #C42718 Harley Davidson Orange

📋 copy color: '#C42718'

red 196 ◦ green 39 ◦ blue 24

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

Shades of Harley Davidson Orange #C42718

Tints of Harley Davidson Orange #C42718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.06%

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

R = 75.68%
G = 15.06%
B = 9.27%

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

#C42718 (or 0xC42718) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 18. RGB value is (196,39,24). Sum of RGB (Red+Green+Blue) = 196+39+24=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C42718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42718 is #3BD8E7. Grayscale: #545454. Windows color (decimal): -3922152 or 1583044. OLE color: 1583044.

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

Color convert

RGB 196 39 24 -
CMYK 0 0.80 0.88 0.23
HSL 5.23º 0.78% 0.43% -
HSV(B) 5.23º 0.88% 0.77% -
XYZ 23.66 13.25 2.18 -
YUV 84.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 196 39 24 0 0.80 0.88 0.23 5.23 0.78 0.43
Hex C4 27 18 0 50 58 17 5 4E 2B
Octal 304 47 30 0 120 130 27 5 116 53
Binary 11000100 100111 11000 0 1010000 1011000 10111 101 1001110 101011

Color Harmonies of #C42718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42718

Black with #C42718

Text Example


Text Example

White with #C42718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42718; }

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

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

background-color css

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

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

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

border-color css

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

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

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