Html Css Color HEX #CC3300 Harley Davidson Orange

📋 copy color: '#CC3300'

red 204 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #CC3300

Tints of Harley Davidson Orange #CC3300

RGB

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

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

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

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC3300 (or 0xCC3300) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 00. RGB value is (204,51,0). Sum of RGB (Red+Green+Blue) = 204+51+0=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3300 is a web safe color. Inversed color of #CC3300 is #33CCFF. Grayscale: #5B5B5B. Windows color (decimal): -3394816 or 13260. OLE color: 13260.

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

Color convert

RGB 204 51 0 -
CMYK 0 0.75 1 0.2
HSL 15º 1% 0.4% -
HSV(B) 15º 1% 0.8% -
XYZ 26.09 15.21 1.56 -
YUV 90.93 76.69 208.65 -
System Red Green Blue C M Y K H S L
Decimal 204 51 0 0 0.75 1 0.2 15 1 0.4
Hex CC 33 0 0 4B 64 14 F 64 28
Octal 314 63 0 0 113 144 24 17 144 50
Binary 11001100 110011 0 0 1001011 1100100 10100 1111 1100100 101000

Color Harmonies of #CC3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3300

Black with #CC3300

Text Example


Text Example

White with #CC3300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3300; }

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

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

background-color css

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

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

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

border-color css

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

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

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