#CC0921

Color #CC0921 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #CC0921

Tints of Venetian Red #CC0921

Color information

#CC0921 (or 0xCC0921) is unknown color: approx Venetian Red. HEX triplet: CC, 09 and 21. RGB value is (204,9,33). Sum of RGB (Red+Green+Blue) = 204+9+33=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0921 is #33F6DE. Grayscale: #464646. Windows color (decimal): -3405535 or 2165196. OLE color: 2165196.

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

Color convert

RGB204933-
CMYK00.960.840.2
HSL352.62º91.55%41.76%-
HSV(B)352.62º95.59%80%-
XYZ25.2713.142.64-
YUV70.04107.1223.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 82.93%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=82.93%
G=3.66%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20493300.960.840.2352.6291.5541.76
HexCC92106054141615c2a
Octal314114101401242454113452
Binary110011001001100001011000001010100101001011000011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0921; }

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

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

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

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

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

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

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

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