Html Css Color HEX #CC1D17 Harley Davidson Orange

📋 copy color: '#CC1D17'

red 204 ◦ green 29 ◦ blue 23

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

Shades of Harley Davidson Orange #CC1D17

Tints of Harley Davidson Orange #CC1D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 79.69%
G = 11.33%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC1D17 (or 0xCC1D17) is known color: Harley Davidson Orange. HEX triplet: CC, 1D and 17. RGB value is (204,29,23). Sum of RGB (Red+Green+Blue) = 204+29+23=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1D17 is #33E2E8. Grayscale: #505050. Windows color (decimal): -3400425 or 1514956. OLE color: 1514956.

HSL color Cylindrical-coordinate representation of color #CC1D17: hue angle of 1.99º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1D17 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 29 23 -
CMYK 0 0.86 0.89 0.2
HSL 1.99º 0.8% 0.45% -
HSV(B) 1.99º 0.89% 0.8% -
XYZ 25.5 13.78 2.13 -
YUV 80.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 204 29 23 0 0.86 0.89 0.2 1.99 0.8 0.45
Hex CC 1D 17 0 56 59 14 2 50 2D
Octal 314 35 27 0 126 131 24 2 120 55
Binary 11001100 11101 10111 0 1010110 1011001 10100 10 1010000 101101

Color Harmonies of #CC1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D17

Black with #CC1D17

Text Example


Text Example

White with #CC1D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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