Html Css Color HEX #CC2306 Harley Davidson Orange

📋 copy color: '#CC2306'

red 204 ◦ green 35 ◦ blue 6

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

Shades of Harley Davidson Orange #CC2306

Tints of Harley Davidson Orange #CC2306

RGB

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

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

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

R = 83.27%
G = 14.29%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC2306 (or 0xCC2306) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 06. RGB value is (204,35,6). Sum of RGB (Red+Green+Blue) = 204+35+6=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2306 is #33DCF9. Grayscale: #525252. Windows color (decimal): -3398906 or 402380. OLE color: 402380.

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

Color convert

RGB 204 35 6 -
CMYK 0 0.83 0.97 0.2
HSL 8.79º 0.94% 0.41% -
HSV(B) 8.79º 0.97% 0.8% -
XYZ 25.54 14.05 1.54 -
YUV 82.23 84.99 214.86 -
System Red Green Blue C M Y K H S L
Decimal 204 35 6 0 0.83 0.97 0.2 8.79 0.94 0.41
Hex CC 23 6 0 53 61 14 9 5E 29
Octal 314 43 6 0 123 141 24 11 136 51
Binary 11001100 100011 110 0 1010011 1100001 10100 1001 1011110 101001

Color Harmonies of #CC2306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2306

Black with #CC2306

Text Example


Text Example

White with #CC2306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2306; }

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

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

background-color css

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

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

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

border-color css

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

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

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