#C00924

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

Shades of Venetian Red #C00924

Tints of Venetian Red #C00924

Color information

#C00924 (or 0xC00924) is unknown color: approx Venetian Red. HEX triplet: C0, 09 and 24. RGB value is (192,9,36). Sum of RGB (Red+Green+Blue) = 192+9+36=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C00924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00924 is #3FF6DB. Grayscale: #424242. Windows color (decimal): -4191964 or 2361792. OLE color: 2361792.

HSL color Cylindrical-coordinate representation of color #C00924: hue angle of 351.15º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00924 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB192936-
CMYK00.950.810.25
HSL351.15º91.04%39.41%-
HSV(B)351.15º95.31%75.29%-
XYZ22.1511.532.73-
YUV66.8110.63217.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 81.01%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 36 (14.45% from 255) = 15.19%
R=81.01%
G=3.80%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19293600.950.810.25351.1591.0439.41
HexC092405F511915f5b27
Octal300114401371213153713347
Binary110000001001100100010111111010001110011010111111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00924; }

 p { color: rgb(192,9,36); }

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

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

 a { background-color: rgb(192,9,36); }

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

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

 span { border-color: rgb(192,9,36); }

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