Html Css Color HEX #CC3220 Harley Davidson Orange

📋 copy color: '#CC3220'

red 204 ◦ green 50 ◦ blue 32

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

Shades of Harley Davidson Orange #CC3220

Tints of Harley Davidson Orange #CC3220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 71.33%
G = 17.48%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3220 (or 0xCC3220) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 20. RGB value is (204,50,32). Sum of RGB (Red+Green+Blue) = 204+50+32=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3220 is #33CDDF. Grayscale: #5E5E5E. Windows color (decimal): -3395040 or 2110156. OLE color: 2110156.

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

Color convert

RGB 204 50 32 -
CMYK 0 0.75 0.84 0.2
HSL 6.28º 0.73% 0.46% -
HSV(B) 6.28º 0.84% 0.8% -
XYZ 26.3 15.22 2.92 -
YUV 93.99 93.02 206.46 -
System Red Green Blue C M Y K H S L
Decimal 204 50 32 0 0.75 0.84 0.2 6.28 0.73 0.46
Hex CC 32 20 0 4B 54 14 6 49 2E
Octal 314 62 40 0 113 124 24 6 111 56
Binary 11001100 110010 100000 0 1001011 1010100 10100 110 1001001 101110

Color Harmonies of #CC3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3220

Black with #CC3220

Text Example


Text Example

White with #CC3220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3220; }

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

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

background-color css

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

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

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

border-color css

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

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

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