Html Css Color HEX #CC4220 Harley Davidson Orange

📋 copy color: '#CC4220'

red 204 ◦ green 66 ◦ blue 32

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

Shades of Harley Davidson Orange #CC4220

Tints of Harley Davidson Orange #CC4220

RGB

 RED value IS 204 (80.08% from 255) = 67.55%

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

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

R = 67.55%
G = 21.85%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC4220 (or 0xCC4220) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 20. RGB value is (204,66,32). Sum of RGB (Red+Green+Blue) = 204+66+32=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4220 is #33BDDF. Grayscale: #676767. Windows color (decimal): -3390944 or 2114252. OLE color: 2114252.

HSL color Cylindrical-coordinate representation of color #CC4220: hue angle of 11.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC4220 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 32 -
CMYK 0 0.68 0.84 0.2
HSL 11.86º 0.73% 0.46% -
HSV(B) 11.86º 0.84% 0.8% -
XYZ 27.11 16.84 3.19 -
YUV 103.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 204 66 32 0 0.68 0.84 0.2 11.86 0.73 0.46
Hex CC 42 20 0 44 54 14 C 49 2E
Octal 314 102 40 0 104 124 24 14 111 56
Binary 11001100 1000010 100000 0 1000100 1010100 10100 1100 1001001 101110

Color Harmonies of #CC4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4220

Black with #CC4220

Text Example


Text Example

White with #CC4220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4220; }

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

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

background-color css

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

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

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

border-color css

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

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

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