#CF0B1D

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

Shades of Venetian Red #CF0B1D

Tints of Venetian Red #CF0B1D

Color information

#CF0B1D (or 0xCF0B1D) is unknown color: approx Venetian Red. HEX triplet: CF, 0B and 1D. RGB value is (207,11,29). Sum of RGB (Red+Green+Blue) = 207+11+29=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0B1D is #30F4E2. Grayscale: #474747. Windows color (decimal): -3208419 or 1903567. OLE color: 1903567.

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

Color convert

RGB2071129-
CMYK00.950.860.19
HSL354.49º89.91%42.75%-
HSV(B)354.49º94.69%81.18%-
XYZ26.0713.592.41-
YUV71.66103.93224.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 83.81%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 29 (11.72% from 255) = 11.74%
R=83.81%
G=4.45%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207112900.950.860.19354.4989.9142.75
HexCFB1D05F56131625a2b
Octal317133501371262354213253
Binary11001111101111101010111111010110100111011000101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0B1D; }

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

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

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

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

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

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

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

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