Html Css Color HEX #C24018 Harley Davidson Orange

📋 copy color: '#C24018'

red 194 ◦ green 64 ◦ blue 24

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

Shades of Harley Davidson Orange #C24018

Tints of Harley Davidson Orange #C24018

RGB

 RED value IS 194 (76.17% from 255) = 68.79%

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 68.79%
G = 22.7%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C24018 (or 0xC24018) is known color: Harley Davidson Orange. HEX triplet: C2, 40 and 18. RGB value is (194,64,24). Sum of RGB (Red+Green+Blue) = 194+64+24=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C24018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24018 is #3DBFE7. Grayscale: #626262. Windows color (decimal): -4046824 or 1589442. OLE color: 1589442.

HSL color Cylindrical-coordinate representation of color #C24018: hue angle of 14.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C24018 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 24 -
CMYK 0 0.67 0.88 0.24
HSL 14.12º 0.78% 0.43% -
HSV(B) 14.12º 0.88% 0.76% -
XYZ 24.25 15.2 2.52 -
YUV 98.31 86.07 196.25 -
System Red Green Blue C M Y K H S L
Decimal 194 64 24 0 0.67 0.88 0.24 14.12 0.78 0.43
Hex C2 40 18 0 43 58 18 E 4E 2B
Octal 302 100 30 0 103 130 30 16 116 53
Binary 11000010 1000000 11000 0 1000011 1011000 11000 1110 1001110 101011

Color Harmonies of #C24018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24018

Black with #C24018

Text Example


Text Example

White with #C24018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24018; }

 p { color: rgb(194,64,24); }

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

background-color css

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

 a { background-color: rgb(194,64,24); }

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

border-color css

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

 span { border-color: rgb(194,64,24); }

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