Html Css Color HEX #CC2201 Harley Davidson Orange

📋 copy color: '#CC2201'

red 204 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #CC2201

Tints of Harley Davidson Orange #CC2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 85.36%
G = 14.23%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC2201 (or 0xCC2201) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 01. RGB value is (204,34,1). Sum of RGB (Red+Green+Blue) = 204+34+1=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2201 is #33DDFE. Grayscale: #515151. Windows color (decimal): -3399167 or 74444. OLE color: 74444.

HSL color Cylindrical-coordinate representation of color #CC2201: hue angle of 9.75º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC2201 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 1 -
CMYK 0 0.83 1.00 0.2
HSL 9.75º 0.99% 0.4% -
HSV(B) 9.75º 1% 0.8% -
XYZ 25.48 13.98 1.38 -
YUV 81.07 82.82 215.68 -
System Red Green Blue C M Y K H S L
Decimal 204 34 1 0 0.83 1.00 0.2 9.75 0.99 0.4
Hex CC 22 1 0 53 64 14 A 63 28
Octal 314 42 1 0 123 144 24 12 143 50
Binary 11001100 100010 1 0 1010011 1100100 10100 1010 1100011 101000

Color Harmonies of #CC2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2201

Black with #CC2201

Text Example


Text Example

White with #CC2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2201; }

 p { color: rgb(204,34,1); }

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

background-color css

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

 a { background-color: rgb(204,34,1); }

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

border-color css

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

 span { border-color: rgb(204,34,1); }

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