Html Css Color HEX #CC2B17 Harley Davidson Orange

📋 copy color: '#CC2B17'

red 204 ◦ green 43 ◦ blue 23

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

Shades of Harley Davidson Orange #CC2B17

Tints of Harley Davidson Orange #CC2B17

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

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

R = 75.56%
G = 15.93%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2B17 (or 0xCC2B17) is known color: Harley Davidson Orange. HEX triplet: CC, 2B and 17. RGB value is (204,43,23). Sum of RGB (Red+Green+Blue) = 204+43+23=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2B17 is #33D4E8. Grayscale: #595959. Windows color (decimal): -3396841 or 1518540. OLE color: 1518540.

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

Color convert

RGB 204 43 23 -
CMYK 0 0.79 0.89 0.2
HSL 6.63º 0.8% 0.45% -
HSV(B) 6.63º 0.89% 0.8% -
XYZ 25.92 14.63 2.27 -
YUV 88.86 90.84 210.13 -
System Red Green Blue C M Y K H S L
Decimal 204 43 23 0 0.79 0.89 0.2 6.63 0.8 0.45
Hex CC 2B 17 0 4F 59 14 7 50 2D
Octal 314 53 27 0 117 131 24 7 120 55
Binary 11001100 101011 10111 0 1001111 1011001 10100 111 1010000 101101

Color Harmonies of #CC2B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B17

Black with #CC2B17

Text Example


Text Example

White with #CC2B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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