Html Css Color HEX #CC2D17 Harley Davidson Orange

📋 copy color: '#CC2D17'

red 204 ◦ green 45 ◦ blue 23

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

Shades of Harley Davidson Orange #CC2D17

Tints of Harley Davidson Orange #CC2D17

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.54%

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

R = 75%
G = 16.54%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2D17 (or 0xCC2D17) is known color: Harley Davidson Orange. HEX triplet: CC, 2D and 17. RGB value is (204,45,23). Sum of RGB (Red+Green+Blue) = 204+45+23=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2D17 is #33D2E8. Grayscale: #5A5A5A. Windows color (decimal): -3396329 or 1519052. OLE color: 1519052.

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

Color convert

RGB 204 45 23 -
CMYK 0 0.78 0.89 0.2
HSL 7.29º 0.8% 0.45% -
HSV(B) 7.29º 0.89% 0.8% -
XYZ 25.99 14.78 2.29 -
YUV 90.03 90.18 209.29 -
System Red Green Blue C M Y K H S L
Decimal 204 45 23 0 0.78 0.89 0.2 7.29 0.8 0.45
Hex CC 2D 17 0 4E 59 14 7 50 2D
Octal 314 55 27 0 116 131 24 7 120 55
Binary 11001100 101101 10111 0 1001110 1011001 10100 111 1010000 101101

Color Harmonies of #CC2D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D17

Black with #CC2D17

Text Example


Text Example

White with #CC2D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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