#CF0012

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

Shades of Venetian Red #CF0012

Tints of Venetian Red #CF0012

Color information

#CF0012 (or 0xCF0012) is unknown color: approx Venetian Red. HEX triplet: CF, 00 and 12. RGB value is (207,0,18). Sum of RGB (Red+Green+Blue) = 207+0+18=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0012 is #30FFED. Grayscale: #404040. Windows color (decimal): -3211246 or 1179855. OLE color: 1179855.

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

Color convert

RGB207018-
CMYK010.910.19
HSL354.78º100%40.59%-
HSV(B)354.78º100%81.18%-
XYZ25.8413.311.78-
YUV63.94102.08230.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 8%
R=92%
G=0%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207018010.910.19354.7810040.59
HexCF0120645B131636429
Octal31702201441332354314451
Binary11001111010010011001001011011100111011000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0012; }

 p { color: rgb(207,0,18); }

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

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

 a { background-color: rgb(207,0,18); }

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

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

 span { border-color: rgb(207,0,18); }

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