Html Css Color HEX #CC4711 Harley Davidson Orange

📋 copy color: '#CC4711'

red 204 ◦ green 71 ◦ blue 17

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

Shades of Harley Davidson Orange #CC4711

Tints of Harley Davidson Orange #CC4711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

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

R = 69.86%
G = 24.32%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC4711 (or 0xCC4711) is known color: Harley Davidson Orange. HEX triplet: CC, 47 and 11. RGB value is (204,71,17). Sum of RGB (Red+Green+Blue) = 204+71+17=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4711 is #33B8EE. Grayscale: #686868. Windows color (decimal): -3389679 or 1132492. OLE color: 1132492.

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

Color convert

RGB 204 71 17 -
CMYK 0 0.65 0.92 0.2
HSL 17.33º 0.85% 0.43% -
HSV(B) 17.33º 0.92% 0.8% -
XYZ 27.26 17.38 2.45 -
YUV 104.61 78.56 198.89 -
System Red Green Blue C M Y K H S L
Decimal 204 71 17 0 0.65 0.92 0.2 17.33 0.85 0.43
Hex CC 47 11 0 41 5C 14 11 55 2B
Octal 314 107 21 0 101 134 24 21 125 53
Binary 11001100 1000111 10001 0 1000001 1011100 10100 10001 1010101 101011

Color Harmonies of #CC4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4711

Black with #CC4711

Text Example


Text Example

White with #CC4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4711; }

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

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

background-color css

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

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

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

border-color css

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

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

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