#cf0015

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

Shades of Venetian Red #CF0015

Tints of Venetian Red #CF0015

Color information

#CF0015 (or 0xCF0015) is unknown color: approx Venetian Red. HEX triplet: CF, 00 and 15. RGB value is (207,0,21). Sum of RGB (Red+Green+Blue) = 207+0+21=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0015 is #30FFEA. Grayscale: #404040. Windows color (decimal): -3211243 or 1376463. OLE color: 1376463.

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

Color convert

RGB207021-
CMYK010.900.19
HSL353.91º100%40.59%-
HSV(B)353.91º100%81.18%-
XYZ25.8713.321.92-
YUV64.29103.58229.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 90.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 9.21%
R=90.79%
G=0%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207021010.900.19353.9110040.59
HexCF0150645A131626429
Octal31702501441322354214451
Binary11001111010101011001001011010100111011000101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0015; }

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

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

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

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

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

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

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

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