Html Css Color HEX #CC2916 Harley Davidson Orange

📋 copy color: '#CC2916'

red 204 ◦ green 41 ◦ blue 22

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

Shades of Harley Davidson Orange #CC2916

Tints of Harley Davidson Orange #CC2916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 76.4%
G = 15.36%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2916 (or 0xCC2916) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 16. RGB value is (204,41,22). Sum of RGB (Red+Green+Blue) = 204+41+22=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2916 is #33D6E9. Grayscale: #575757. Windows color (decimal): -3397354 or 1452492. OLE color: 1452492.

HSL color Cylindrical-coordinate representation of color #CC2916: hue angle of 6.26º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC2916 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 41 22 -
CMYK 0 0.80 0.89 0.2
HSL 6.26º 0.81% 0.44% -
HSV(B) 6.26º 0.89% 0.8% -
XYZ 25.84 14.48 2.19 -
YUV 87.57 91 211.04 -
System Red Green Blue C M Y K H S L
Decimal 204 41 22 0 0.80 0.89 0.2 6.26 0.81 0.44
Hex CC 29 16 0 50 59 14 6 51 2C
Octal 314 51 26 0 120 131 24 6 121 54
Binary 11001100 101001 10110 0 1010000 1011001 10100 110 1010001 101100

Color Harmonies of #CC2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2916

Black with #CC2916

Text Example


Text Example

White with #CC2916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2916; }

 p { color: rgb(204,41,22); }

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

background-color css

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

 a { background-color: rgb(204,41,22); }

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

border-color css

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

 span { border-color: rgb(204,41,22); }

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