Html Css Color HEX #CC1C11 Harley Davidson Orange

📋 copy color: '#CC1C11'

red 204 ◦ green 28 ◦ blue 17

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

Shades of Harley Davidson Orange #CC1C11

Tints of Harley Davidson Orange #CC1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

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

R = 81.93%
G = 11.24%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC1C11 (or 0xCC1C11) is known color: Harley Davidson Orange. HEX triplet: CC, 1C and 11. RGB value is (204,28,17). Sum of RGB (Red+Green+Blue) = 204+28+17=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1C11 is #33E3EE. Grayscale: #4F4F4F. Windows color (decimal): -3400687 or 1121484. OLE color: 1121484.

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

Color convert

RGB 204 28 17 -
CMYK 0 0.86 0.92 0.2
HSL 3.53º 0.85% 0.43% -
HSV(B) 3.53º 0.92% 0.8% -
XYZ 25.42 13.71 1.84 -
YUV 79.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 204 28 17 0 0.86 0.92 0.2 3.53 0.85 0.43
Hex CC 1C 11 0 56 5C 14 4 55 2B
Octal 314 34 21 0 126 134 24 4 125 53
Binary 11001100 11100 10001 0 1010110 1011100 10100 100 1010101 101011

Color Harmonies of #CC1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C11

Black with #CC1C11

Text Example


Text Example

White with #CC1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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