Html Css Color HEX #CC2506 Harley Davidson Orange

📋 copy color: '#CC2506'

red 204 ◦ green 37 ◦ blue 6

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

Shades of Harley Davidson Orange #CC2506

Tints of Harley Davidson Orange #CC2506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 82.59%
G = 14.98%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC2506 (or 0xCC2506) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 06. RGB value is (204,37,6). Sum of RGB (Red+Green+Blue) = 204+37+6=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2506 is #33DAF9. Grayscale: #535353. Windows color (decimal): -3398394 or 402892. OLE color: 402892.

HSL color Cylindrical-coordinate representation of color #CC2506: hue angle of 9.39º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC2506 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 6 -
CMYK 0 0.82 0.97 0.2
HSL 9.39º 0.94% 0.41% -
HSV(B) 9.39º 0.97% 0.8% -
XYZ 25.6 14.17 1.56 -
YUV 83.4 84.33 214.02 -
System Red Green Blue C M Y K H S L
Decimal 204 37 6 0 0.82 0.97 0.2 9.39 0.94 0.41
Hex CC 25 6 0 52 61 14 9 5E 29
Octal 314 45 6 0 122 141 24 11 136 51
Binary 11001100 100101 110 0 1010010 1100001 10100 1001 1011110 101001

Color Harmonies of #CC2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2506

Black with #CC2506

Text Example


Text Example

White with #CC2506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2506; }

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

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

background-color css

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

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

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

border-color css

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

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

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