#cf0d13

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

Shades of Venetian Red #CF0D13

Tints of Venetian Red #CF0D13

Color information

#CF0D13 (or 0xCF0D13) is unknown color: approx Venetian Red. HEX triplet: CF, 0D and 13. RGB value is (207,13,19). Sum of RGB (Red+Green+Blue) = 207+13+19=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0D13 is #30F2EC. Grayscale: #474747. Windows color (decimal): -3207917 or 1248719. OLE color: 1248719.

HSL color Cylindrical-coordinate representation of color #CF0D13: hue angle of 358.14º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D13 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB2071319-
CMYK00.940.910.19
HSL358.14º88.18%43.14%-
HSV(B)358.14º93.72%81.18%-
XYZ25.9913.61.87-
YUV71.6998.27224.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 86.61%
GREEN value IS 13 (5.47% from 255) = 5.44%
BLUE value IS 19 (7.81% from 255) = 7.95%
R=86.61%
G=5.44%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207131900.940.910.19358.1488.1843.14
HexCFD1305E5B13166582b
Octal317152301361332354613053
Binary11001111110110011010111101011011100111011001101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0d13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0d13; }

 p { color: rgb(207,13,19); }

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

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

 a { background-color: rgb(207,13,19); }

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

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

 span { border-color: rgb(207,13,19); }

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