Html Css Color HEX #CC3011 Harley Davidson Orange

📋 copy color: '#CC3011'

red 204 ◦ green 48 ◦ blue 17

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

Shades of Harley Davidson Orange #CC3011

Tints of Harley Davidson Orange #CC3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

 BLUE value IS 17 (7.03% from 255) = 6.32%

R = 75.84%
G = 17.84%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC3011 (or 0xCC3011) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 11. RGB value is (204,48,17). Sum of RGB (Red+Green+Blue) = 204+48+17=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3011 is #33CFEE. Grayscale: #5B5B5B. Windows color (decimal): -3395567 or 1126604. OLE color: 1126604.

HSL color Cylindrical-coordinate representation of color #CC3011: hue angle of 9.95º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC3011 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 17 -
CMYK 0 0.76 0.92 0.2
HSL 9.95º 0.85% 0.43% -
HSV(B) 9.95º 0.92% 0.8% -
XYZ 26.06 14.99 2.05 -
YUV 91.11 86.18 208.52 -
System Red Green Blue C M Y K H S L
Decimal 204 48 17 0 0.76 0.92 0.2 9.95 0.85 0.43
Hex CC 30 11 0 4C 5C 14 A 55 2B
Octal 314 60 21 0 114 134 24 12 125 53
Binary 11001100 110000 10001 0 1001100 1011100 10100 1010 1010101 101011

Color Harmonies of #CC3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3011

Black with #CC3011

Text Example


Text Example

White with #CC3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3011; }

 p { color: rgb(204,48,17); }

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

background-color css

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

 a { background-color: rgb(204,48,17); }

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

border-color css

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

 span { border-color: rgb(204,48,17); }

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