#cf000b

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

Shades of Venetian Red #CF000B

Tints of Venetian Red #CF000B

Color information

#CF000B (or 0xCF000B) is unknown color: approx Venetian Red. HEX triplet: CF, 00 and 0B. RGB value is (207,0,11). Sum of RGB (Red+Green+Blue) = 207+0+11=218 (28% of max value = 765). Red value is 207 (81.25% from 255 or 94.95% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 207 - color contains mainly: red. Hex color #CF000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF000B is #30FFF4. Grayscale: #3F3F3F. Windows color (decimal): -3211253 or 721103. OLE color: 721103.

HSL color Cylindrical-coordinate representation of color #CF000B: hue angle of 356.81º 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 #CF000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB207011-
CMYK010.950.19
HSL356.81º100%40.59%-
HSV(B)356.81º100%81.18%-
XYZ25.7913.291.52-
YUV63.1598.58230.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 94.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=94.95%
G=0%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207011010.950.19356.8110040.59
HexCF0B0645F131656429
Octal31701301441372354514451
Binary1100111101011011001001011111100111011001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf000b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf000b; }

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

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

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

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

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

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

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

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