#CF080B

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

Shades of Venetian Red #CF080B

Tints of Venetian Red #CF080B

Color information

#CF080B (or 0xCF080B) is unknown color: approx Venetian Red. HEX triplet: CF, 08 and 0B. RGB value is (207,8,11). Sum of RGB (Red+Green+Blue) = 207+8+11=226 (29% of max value = 765). Red value is 207 (81.25% from 255 or 91.59% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 207 - color contains mainly: red. Hex color #CF080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF080B is #30F7F4. Grayscale: #444444. Windows color (decimal): -3209205 or 723151. OLE color: 723151.

HSL color Cylindrical-coordinate representation of color #CF080B: hue angle of 359.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB207811-
CMYK00.960.950.19
HSL359.1º92.56%42.16%-
HSV(B)359.1º96.14%81.18%-
XYZ25.8813.461.55-
YUV67.8495.93227.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 91.59%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 11 (4.69% from 255) = 4.87%
R=91.59%
G=3.54%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20781100.960.950.19359.192.5642.16
HexCF8B0605F131675d2a
Octal317101301401372354713552
Binary1100111110001011011000001011111100111011001111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF080B; }

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

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

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

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

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

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

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

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