Html Css Color HEX #CC2017 Harley Davidson Orange

📋 copy color: '#CC2017'

red 204 ◦ green 32 ◦ blue 23

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

Shades of Harley Davidson Orange #CC2017

Tints of Harley Davidson Orange #CC2017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.36%

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

R = 78.76%
G = 12.36%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2017 (or 0xCC2017) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 17. RGB value is (204,32,23). Sum of RGB (Red+Green+Blue) = 204+32+23=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2017 is #33DFE8. Grayscale: #525252. Windows color (decimal): -3399657 or 1515724. OLE color: 1515724.

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

Color convert

RGB 204 32 23 -
CMYK 0 0.84 0.89 0.2
HSL 2.98º 0.8% 0.45% -
HSV(B) 2.98º 0.89% 0.8% -
XYZ 25.57 13.93 2.15 -
YUV 82.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 204 32 23 0 0.84 0.89 0.2 2.98 0.8 0.45
Hex CC 20 17 0 54 59 14 3 50 2D
Octal 314 40 27 0 124 131 24 3 120 55
Binary 11001100 100000 10111 0 1010100 1011001 10100 11 1010000 101101

Color Harmonies of #CC2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2017

Black with #CC2017

Text Example


Text Example

White with #CC2017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2017; }

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

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

background-color css

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

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

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

border-color css

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

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

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