Html Css Color HEX #CC2600 Harley Davidson Orange

📋 copy color: '#CC2600'

red 204 ◦ green 38 ◦ blue 0

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

Shades of Harley Davidson Orange #CC2600

Tints of Harley Davidson Orange #CC2600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.3%
G = 15.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC2600 (or 0xCC2600) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 00. RGB value is (204,38,0). Sum of RGB (Red+Green+Blue) = 204+38+0=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2600 is #33D9FF. Grayscale: #535353. Windows color (decimal): -3398144 or 9932. OLE color: 9932.

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

Color convert

RGB 204 38 0 -
CMYK 0 0.81 1 0.2
HSL 11.18º 1% 0.4% -
HSV(B) 11.18º 1% 0.8% -
XYZ 25.59 14.22 1.4 -
YUV 83.3 81 214.09 -
System Red Green Blue C M Y K H S L
Decimal 204 38 0 0 0.81 1 0.2 11.18 1 0.4
Hex CC 26 0 0 51 64 14 B 64 28
Octal 314 46 0 0 121 144 24 13 144 50
Binary 11001100 100110 0 0 1010001 1100100 10100 1011 1100100 101000

Color Harmonies of #CC2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2600

Black with #CC2600

Text Example


Text Example

White with #CC2600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2600; }

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

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

background-color css

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

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

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

border-color css

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

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

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