Html Css Color HEX #CC2316 Harley Davidson Orange

📋 copy color: '#CC2316'

red 204 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #CC2316

Tints of Harley Davidson Orange #CC2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 78.16%
G = 13.41%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2316 (or 0xCC2316) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 16. RGB value is (204,35,22). Sum of RGB (Red+Green+Blue) = 204+35+22=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2316 is #33DCE9. Grayscale: #545454. Windows color (decimal): -3398890 or 1450956. OLE color: 1450956.

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

Color convert

RGB 204 35 22 -
CMYK 0 0.83 0.89 0.2
HSL 4.29º 0.81% 0.44% -
HSV(B) 4.29º 0.89% 0.8% -
XYZ 25.65 14.1 2.13 -
YUV 84.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 204 35 22 0 0.83 0.89 0.2 4.29 0.81 0.44
Hex CC 23 16 0 53 59 14 4 51 2C
Octal 314 43 26 0 123 131 24 4 121 54
Binary 11001100 100011 10110 0 1010011 1011001 10100 100 1010001 101100

Color Harmonies of #CC2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2316

Black with #CC2316

Text Example


Text Example

White with #CC2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2316; }

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

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

background-color css

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

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

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

border-color css

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

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

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