Html Css Color HEX #CC2500 Harley Davidson Orange

📋 copy color: '#CC2500'

red 204 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #CC2500

Tints of Harley Davidson Orange #CC2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 84.65%
G = 15.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC2500 (or 0xCC2500) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 00. RGB value is (204,37,0). Sum of RGB (Red+Green+Blue) = 204+37+0=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2500 is #33DAFF. Grayscale: #535353. Windows color (decimal): -3398400 or 9676. OLE color: 9676.

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

Color convert

RGB 204 37 0 -
CMYK 0 0.82 1 0.2
HSL 10.88º 1% 0.4% -
HSV(B) 10.88º 1% 0.8% -
XYZ 25.56 14.16 1.39 -
YUV 82.72 81.33 214.51 -
System Red Green Blue C M Y K H S L
Decimal 204 37 0 0 0.82 1 0.2 10.88 1 0.4
Hex CC 25 0 0 52 64 14 B 64 28
Octal 314 45 0 0 122 144 24 13 144 50
Binary 11001100 100101 0 0 1010010 1100100 10100 1011 1100100 101000

Color Harmonies of #CC2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2500

Black with #CC2500

Text Example


Text Example

White with #CC2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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