Html Css Color HEX #CC3306 Harley Davidson Orange

📋 copy color: '#CC3306'

red 204 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #CC3306

Tints of Harley Davidson Orange #CC3306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.54%

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

R = 78.16%
G = 19.54%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC3306 (or 0xCC3306) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 06. RGB value is (204,51,6). Sum of RGB (Red+Green+Blue) = 204+51+6=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3306 is #33CCF9. Grayscale: #5B5B5B. Windows color (decimal): -3394810 or 406476. OLE color: 406476.

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

Color convert

RGB 204 51 6 -
CMYK 0 0.75 0.97 0.2
HSL 13.64º 0.94% 0.41% -
HSV(B) 13.64º 0.97% 0.8% -
XYZ 26.12 15.22 1.73 -
YUV 91.62 79.69 208.16 -
System Red Green Blue C M Y K H S L
Decimal 204 51 6 0 0.75 0.97 0.2 13.64 0.94 0.41
Hex CC 33 6 0 4B 61 14 E 5E 29
Octal 314 63 6 0 113 141 24 16 136 51
Binary 11001100 110011 110 0 1001011 1100001 10100 1110 1011110 101001

Color Harmonies of #CC3306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3306

Black with #CC3306

Text Example


Text Example

White with #CC3306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3306; }

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

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

background-color css

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

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

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

border-color css

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

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

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