Html Css Color HEX #CC1D11 Harley Davidson Orange

📋 copy color: '#CC1D11'

red 204 ◦ green 29 ◦ blue 17

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

Shades of Harley Davidson Orange #CC1D11

Tints of Harley Davidson Orange #CC1D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

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

R = 81.6%
G = 11.6%
B = 6.8%

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

#CC1D11 (or 0xCC1D11) is known color: Harley Davidson Orange. HEX triplet: CC, 1D and 11. RGB value is (204,29,17). Sum of RGB (Red+Green+Blue) = 204+29+17=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1D11 is #33E2EE. Grayscale: #505050. Windows color (decimal): -3400431 or 1121740. OLE color: 1121740.

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

Color convert

RGB 204 29 17 -
CMYK 0 0.86 0.92 0.2
HSL 3.85º 0.85% 0.43% -
HSV(B) 3.85º 0.92% 0.8% -
XYZ 25.44 13.76 1.84 -
YUV 79.96 92.48 216.48 -
System Red Green Blue C M Y K H S L
Decimal 204 29 17 0 0.86 0.92 0.2 3.85 0.85 0.43
Hex CC 1D 11 0 56 5C 14 4 55 2B
Octal 314 35 21 0 126 134 24 4 125 53
Binary 11001100 11101 10001 0 1010110 1011100 10100 100 1010101 101011

Color Harmonies of #CC1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D11

Black with #CC1D11

Text Example


Text Example

White with #CC1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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