#CC3121

Color #CC3121 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CC3121

Tints of Harley Davidson Orange #CC3121

Color information

#CC3121 (or 0xCC3121) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 31 and 21. RGB value is (204,49,33). Sum of RGB (Red+Green+Blue) = 204+49+33=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3121 is #33CEDE. Grayscale: #5D5D5D. Windows color (decimal): -3395295 or 2175436. OLE color: 2175436.

HSL color Cylindrical-coordinate representation of color #CC3121: hue angle of 5.61º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC3121 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB2044933-
CMYK00.760.840.2
HSL5.61º72.15%46.47%-
HSV(B)5.61º83.82%80%-
XYZ26.2715.142.98-
YUV93.5293.85206.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.33%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=71.33%
G=17.13%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204493300.760.840.25.6172.1546.47
HexCC312104C54146482e
Octal3146141011412424611056
Binary11001100110001100001010011001010100101001101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3121; }

 p { color: rgb(204,49,33); }

 H1.HeaderClassName
 {
   color: #CC3121;
 }
 .AnyTagClassName
 {
   color: #CC3121;
 }
</style>
background-color css

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

 a { background-color: rgb(204,49,33); }

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

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

 span { border-color: rgb(204,49,33); }

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