Html Css Color HEX #CC3C20 Harley Davidson Orange

📋 copy color: '#CC3C20'

red 204 ◦ green 60 ◦ blue 32

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

Shades of Harley Davidson Orange #CC3C20

Tints of Harley Davidson Orange #CC3C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.27%

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

R = 68.92%
G = 20.27%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3C20 (or 0xCC3C20) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 20. RGB value is (204,60,32). Sum of RGB (Red+Green+Blue) = 204+60+32=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C20 is #33C3DF. Grayscale: #646464. Windows color (decimal): -3392480 or 2112716. OLE color: 2112716.

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

Color convert

RGB 204 60 32 -
CMYK 0 0.71 0.84 0.2
HSL 9.77º 0.73% 0.46% -
HSV(B) 9.77º 0.84% 0.8% -
XYZ 26.78 16.17 3.08 -
YUV 99.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 204 60 32 0 0.71 0.84 0.2 9.77 0.73 0.46
Hex CC 3C 20 0 47 54 14 A 49 2E
Octal 314 74 40 0 107 124 24 12 111 56
Binary 11001100 111100 100000 0 1000111 1010100 10100 1010 1001001 101110

Color Harmonies of #CC3C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C20

Black with #CC3C20

Text Example


Text Example

White with #CC3C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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