Html Css Color HEX #CC2517 Harley Davidson Orange

📋 copy color: '#CC2517'

red 204 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #CC2517

Tints of Harley Davidson Orange #CC2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 77.27%
G = 14.02%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2517 (or 0xCC2517) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 17. RGB value is (204,37,23). Sum of RGB (Red+Green+Blue) = 204+37+23=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2517 is #33DAE8. Grayscale: #555555. Windows color (decimal): -3398377 or 1517004. OLE color: 1517004.

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

Color convert

RGB 204 37 23 -
CMYK 0 0.82 0.89 0.2
HSL 4.64º 0.8% 0.45% -
HSV(B) 4.64º 0.89% 0.8% -
XYZ 25.72 14.22 2.2 -
YUV 85.34 92.83 212.64 -
System Red Green Blue C M Y K H S L
Decimal 204 37 23 0 0.82 0.89 0.2 4.64 0.8 0.45
Hex CC 25 17 0 52 59 14 5 50 2D
Octal 314 45 27 0 122 131 24 5 120 55
Binary 11001100 100101 10111 0 1010010 1011001 10100 101 1010000 101101

Color Harmonies of #CC2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2517

Black with #CC2517

Text Example


Text Example

White with #CC2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2517; }

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

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

background-color css

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

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

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

border-color css

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

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

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