Html Css Color HEX #C24120 Harley Davidson Orange

📋 copy color: '#C24120'

red 194 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #C24120

Tints of Harley Davidson Orange #C24120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 66.67%
G = 22.34%
B = 11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C24120 (or 0xC24120) is known color: Harley Davidson Orange. HEX triplet: C2, 41 and 20. RGB value is (194,65,32). Sum of RGB (Red+Green+Blue) = 194+65+32=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C24120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24120 is #3DBEDF. Grayscale: #646464. Windows color (decimal): -4046560 or 2113986. OLE color: 2113986.

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

Color convert

RGB 194 65 32 -
CMYK 0 0.66 0.84 0.24
HSL 12.22º 0.72% 0.44% -
HSV(B) 12.22º 0.84% 0.76% -
XYZ 24.4 15.35 3.04 -
YUV 99.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 194 65 32 0 0.66 0.84 0.24 12.22 0.72 0.44
Hex C2 41 20 0 42 54 18 C 48 2C
Octal 302 101 40 0 102 124 30 14 110 54
Binary 11000010 1000001 100000 0 1000010 1010100 11000 1100 1001000 101100

Color Harmonies of #C24120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24120

Black with #C24120

Text Example


Text Example

White with #C24120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24120; }

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

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

background-color css

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

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

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

border-color css

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

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

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