Html Css Color HEX #C04220 Harley Davidson Orange

📋 copy color: '#C04220'

red 192 ◦ green 66 ◦ blue 32

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

Shades of Harley Davidson Orange #C04220

Tints of Harley Davidson Orange #C04220

RGB

 RED value IS 192 (75.39% from 255) = 66.21%

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 66.21%
G = 22.76%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C04220 (or 0xC04220) is known color: Harley Davidson Orange. HEX triplet: C0, 42 and 20. RGB value is (192,66,32). Sum of RGB (Red+Green+Blue) = 192+66+32=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C04220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04220 is #3FBDDF. Grayscale: #646464. Windows color (decimal): -4177376 or 2114240. OLE color: 2114240.

HSL color Cylindrical-coordinate representation of color #C04220: hue angle of 12.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C04220 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 32 -
CMYK 0 0.66 0.83 0.25
HSL 12.75º 0.71% 0.44% -
HSV(B) 12.75º 0.83% 0.75% -
XYZ 23.95 15.21 3.04 -
YUV 99.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 192 66 32 0 0.66 0.83 0.25 12.75 0.71 0.44
Hex C0 42 20 0 42 53 19 D 47 2C
Octal 300 102 40 0 102 123 31 15 107 54
Binary 11000000 1000010 100000 0 1000010 1010011 11001 1101 1000111 101100

Color Harmonies of #C04220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04220

Black with #C04220

Text Example


Text Example

White with #C04220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04220; }

 p { color: rgb(192,66,32); }

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

background-color css

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

 a { background-color: rgb(192,66,32); }

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

border-color css

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

 span { border-color: rgb(192,66,32); }

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