Html Css Color HEX #CC2F17 Harley Davidson Orange

📋 copy color: '#CC2F17'

red 204 ◦ green 47 ◦ blue 23

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

Shades of Harley Davidson Orange #CC2F17

Tints of Harley Davidson Orange #CC2F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

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

R = 74.45%
G = 17.15%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2F17 (or 0xCC2F17) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 17. RGB value is (204,47,23). Sum of RGB (Red+Green+Blue) = 204+47+23=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F17 is #33D0E8. Grayscale: #5B5B5B. Windows color (decimal): -3395817 or 1519564. OLE color: 1519564.

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

Color convert

RGB 204 47 23 -
CMYK 0 0.77 0.89 0.2
HSL 7.96º 0.8% 0.45% -
HSV(B) 7.96º 0.89% 0.8% -
XYZ 26.07 14.93 2.32 -
YUV 91.21 89.51 208.45 -
System Red Green Blue C M Y K H S L
Decimal 204 47 23 0 0.77 0.89 0.2 7.96 0.8 0.45
Hex CC 2F 17 0 4D 59 14 8 50 2D
Octal 314 57 27 0 115 131 24 10 120 55
Binary 11001100 101111 10111 0 1001101 1011001 10100 1000 1010000 101101

Color Harmonies of #CC2F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F17

Black with #CC2F17

Text Example


Text Example

White with #CC2F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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