Html Css Color HEX #CC2311 Harley Davidson Orange

📋 copy color: '#CC2311'

red 204 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #CC2311

Tints of Harley Davidson Orange #CC2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 79.69%
G = 13.67%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC2311 (or 0xCC2311) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 11. RGB value is (204,35,17). Sum of RGB (Red+Green+Blue) = 204+35+17=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2311 is #33DCEE. Grayscale: #535353. Windows color (decimal): -3398895 or 1123276. OLE color: 1123276.

HSL color Cylindrical-coordinate representation of color #CC2311: hue angle of 5.78º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC2311 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 17 -
CMYK 0 0.83 0.92 0.2
HSL 5.78º 0.85% 0.43% -
HSV(B) 5.78º 0.92% 0.8% -
XYZ 25.6 14.08 1.9 -
YUV 83.48 90.49 213.96 -
System Red Green Blue C M Y K H S L
Decimal 204 35 17 0 0.83 0.92 0.2 5.78 0.85 0.43
Hex CC 23 11 0 53 5C 14 6 55 2B
Octal 314 43 21 0 123 134 24 6 125 53
Binary 11001100 100011 10001 0 1010011 1011100 10100 110 1010101 101011

Color Harmonies of #CC2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2311

Black with #CC2311

Text Example


Text Example

White with #CC2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2311; }

 p { color: rgb(204,35,17); }

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

background-color css

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

 a { background-color: rgb(204,35,17); }

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

border-color css

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

 span { border-color: rgb(204,35,17); }

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