Html Css Color HEX #CC3620 Harley Davidson Orange

📋 copy color: '#CC3620'

red 204 ◦ green 54 ◦ blue 32

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

Shades of Harley Davidson Orange #CC3620

Tints of Harley Davidson Orange #CC3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 70.34%
G = 18.62%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3620 (or 0xCC3620) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 20. RGB value is (204,54,32). Sum of RGB (Red+Green+Blue) = 204+54+32=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3620 is #33C9DF. Grayscale: #606060. Windows color (decimal): -3394016 or 2111180. OLE color: 2111180.

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

Color convert

RGB 204 54 32 -
CMYK 0 0.74 0.84 0.2
HSL 7.67º 0.73% 0.46% -
HSV(B) 7.67º 0.84% 0.8% -
XYZ 26.48 15.58 2.98 -
YUV 96.34 91.7 204.79 -
System Red Green Blue C M Y K H S L
Decimal 204 54 32 0 0.74 0.84 0.2 7.67 0.73 0.46
Hex CC 36 20 0 4A 54 14 8 49 2E
Octal 314 66 40 0 112 124 24 10 111 56
Binary 11001100 110110 100000 0 1001010 1010100 10100 1000 1001001 101110

Color Harmonies of #CC3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3620

Black with #CC3620

Text Example


Text Example

White with #CC3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3620; }

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

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

background-color css

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

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

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

border-color css

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

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

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