Html Css Color HEX #C04221 Harley Davidson Orange

📋 copy color: '#C04221'

red 192 ◦ green 66 ◦ blue 33

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

Shades of Harley Davidson Orange #C04221

Tints of Harley Davidson Orange #C04221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.34%

R = 65.98%
G = 22.68%
B = 11.34%

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

#C04221 (or 0xC04221) is known color: Harley Davidson Orange. HEX triplet: C0, 42 and 21. RGB value is (192,66,33). Sum of RGB (Red+Green+Blue) = 192+66+33=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C04221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04221 is #3FBDDE. Grayscale: #646464. Windows color (decimal): -4177375 or 2179776. OLE color: 2179776.

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

Color convert

RGB 192 66 33 -
CMYK 0 0.66 0.83 0.25
HSL 12.45º 0.71% 0.44% -
HSV(B) 12.45º 0.83% 0.75% -
XYZ 23.96 15.21 3.11 -
YUV 99.91 90.24 193.68 -
System Red Green Blue C M Y K H S L
Decimal 192 66 33 0 0.66 0.83 0.25 12.45 0.71 0.44
Hex C0 42 21 0 42 53 19 C 47 2C
Octal 300 102 41 0 102 123 31 14 107 54
Binary 11000000 1000010 100001 0 1000010 1010011 11001 1100 1000111 101100

Color Harmonies of #C04221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04221

Black with #C04221

Text Example


Text Example

White with #C04221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04221; }

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

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

background-color css

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

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

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

border-color css

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

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

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