Html Css Color HEX #CC2620 Harley Davidson Orange

📋 copy color: '#CC2620'

red 204 ◦ green 38 ◦ blue 32

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

Shades of Harley Davidson Orange #CC2620

Tints of Harley Davidson Orange #CC2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.87%

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

R = 74.45%
G = 13.87%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2620 (or 0xCC2620) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 20. RGB value is (204,38,32). Sum of RGB (Red+Green+Blue) = 204+38+32=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2620 is #33D9DF. Grayscale: #575757. Windows color (decimal): -3398112 or 2107084. OLE color: 2107084.

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

Color convert

RGB 204 38 32 -
CMYK 0 0.81 0.84 0.2
HSL 2.09º 0.73% 0.46% -
HSV(B) 2.09º 0.84% 0.8% -
XYZ 25.86 14.33 2.77 -
YUV 86.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 204 38 32 0 0.81 0.84 0.2 2.09 0.73 0.46
Hex CC 26 20 0 51 54 14 2 49 2E
Octal 314 46 40 0 121 124 24 2 111 56
Binary 11001100 100110 100000 0 1010001 1010100 10100 10 1001001 101110

Color Harmonies of #CC2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2620

Black with #CC2620

Text Example


Text Example

White with #CC2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2620; }

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

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

background-color css

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

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

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

border-color css

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

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

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