#CF091D

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

Shades of Venetian Red #CF091D

Tints of Venetian Red #CF091D

Color information

#CF091D (or 0xCF091D) is unknown color: approx Venetian Red. HEX triplet: CF, 09 and 1D. RGB value is (207,9,29). Sum of RGB (Red+Green+Blue) = 207+9+29=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF091D is #30F6E2. Grayscale: #464646. Windows color (decimal): -3208931 or 1903055. OLE color: 1903055.

HSL color Cylindrical-coordinate representation of color #CF091D: hue angle of 353.94º degrees, saturation: 0.92, 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 #CF091D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB207929-
CMYK00.960.860.19
HSL353.94º91.67%42.35%-
HSV(B)353.94º95.65%81.18%-
XYZ26.0513.552.4-
YUV70.48104.6225.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 84.49%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 29 (11.72% from 255) = 11.84%
R=84.49%
G=3.67%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20792900.960.860.19353.9491.6742.35
HexCF91D06056131625c2a
Octal317113501401262354213452
Binary11001111100111101011000001010110100111011000101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF091D; }

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

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

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

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

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

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

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

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