Html Css Color HEX #C24020 Harley Davidson Orange

📋 copy color: '#C24020'

red 194 ◦ green 64 ◦ blue 32

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

Shades of Harley Davidson Orange #C24020

Tints of Harley Davidson Orange #C24020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 66.9%
G = 22.07%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C24020 (or 0xC24020) is known color: Harley Davidson Orange. HEX triplet: C2, 40 and 20. RGB value is (194,64,32). Sum of RGB (Red+Green+Blue) = 194+64+32=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C24020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24020 is #3DBFDF. Grayscale: #636363. Windows color (decimal): -4046816 or 2113730. OLE color: 2113730.

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

Color convert

RGB 194 64 32 -
CMYK 0 0.67 0.84 0.24
HSL 11.85º 0.72% 0.44% -
HSV(B) 11.85º 0.84% 0.76% -
XYZ 24.34 15.24 3.03 -
YUV 99.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 194 64 32 0 0.67 0.84 0.24 11.85 0.72 0.44
Hex C2 40 20 0 43 54 18 C 48 2C
Octal 302 100 40 0 103 124 30 14 110 54
Binary 11000010 1000000 100000 0 1000011 1010100 11000 1100 1001000 101100

Color Harmonies of #C24020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24020

Black with #C24020

Text Example


Text Example

White with #C24020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24020; }

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

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

background-color css

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

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

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

border-color css

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

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

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