#CF0324

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

Shades of Venetian Red #CF0324

Tints of Venetian Red #CF0324

Color information

#CF0324 (or 0xCF0324) is unknown color: approx Venetian Red. HEX triplet: CF, 03 and 24. RGB value is (207,3,36). Sum of RGB (Red+Green+Blue) = 207+3+36=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0324 is #30FCDB. Grayscale: #434343. Windows color (decimal): -3210460 or 2360271. OLE color: 2360271.

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

Color convert

RGB207336-
CMYK00.990.830.19
HSL350.29º97.14%41.18%-
HSV(B)350.29º98.55%81.18%-
XYZ26.0813.462.89-
YUV67.76110.09227.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 84.15%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 36 (14.45% from 255) = 14.63%
R=84.15%
G=1.22%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20733600.990.830.19350.2997.1441.18
HexCF324063531315e6129
Octal31734401431232353614151
Binary1100111111100100011000111010011100111010111101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0324; }

 p { color: rgb(207,3,36); }

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

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

 a { background-color: rgb(207,3,36); }

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

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

 span { border-color: rgb(207,3,36); }

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