Html Css Color HEX #C24420 Harley Davidson Orange

📋 copy color: '#C24420'

red 194 ◦ green 68 ◦ blue 32

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

Shades of Harley Davidson Orange #C24420

Tints of Harley Davidson Orange #C24420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 65.99%
G = 23.13%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C24420 (or 0xC24420) is known color: Harley Davidson Orange. HEX triplet: C2, 44 and 20. RGB value is (194,68,32). Sum of RGB (Red+Green+Blue) = 194+68+32=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C24420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24420 is #3DBBDF. Grayscale: #656565. Windows color (decimal): -4045792 or 2114754. OLE color: 2114754.

HSL color Cylindrical-coordinate representation of color #C24420: hue angle of 13.33º 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 #C24420 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 32 -
CMYK 0 0.65 0.84 0.24
HSL 13.33º 0.72% 0.44% -
HSV(B) 13.33º 0.84% 0.76% -
XYZ 24.58 15.71 3.1 -
YUV 101.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 194 68 32 0 0.65 0.84 0.24 13.33 0.72 0.44
Hex C2 44 20 0 41 54 18 D 48 2C
Octal 302 104 40 0 101 124 30 15 110 54
Binary 11000010 1000100 100000 0 1000001 1010100 11000 1101 1001000 101100

Color Harmonies of #C24420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24420

Black with #C24420

Text Example


Text Example

White with #C24420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24420; }

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

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

background-color css

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

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

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

border-color css

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

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

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