#C00D15

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

Shades of Venetian Red #C00D15

Tints of Venetian Red #C00D15

Color information

#C00D15 (or 0xC00D15) is unknown color: approx Venetian Red. HEX triplet: C0, 0D and 15. RGB value is (192,13,21). Sum of RGB (Red+Green+Blue) = 192+13+21=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00D15 is #3FF2EA. Grayscale: #434343. Windows color (decimal): -4190955 or 1379776. OLE color: 1379776.

HSL color Cylindrical-coordinate representation of color #C00D15: hue angle of 357.32º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D15 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1921321-
CMYK00.930.890.25
HSL357.32º87.32%40.2%-
HSV(B)357.32º93.23%75.29%-
XYZ22.0211.551.78-
YUV67.43101.8216.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 84.96%
GREEN value IS 13 (5.47% from 255) = 5.75%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=84.96%
G=5.75%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192132100.930.890.25357.3287.3240.2
HexC0D1505D59191655728
Octal300152501351313154512750
Binary11000000110110101010111011011001110011011001011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00D15; }

 p { color: rgb(192,13,21); }

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

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

 a { background-color: rgb(192,13,21); }

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

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

 span { border-color: rgb(192,13,21); }

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