#cf001e

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

Shades of Venetian Red #CF001E

Tints of Venetian Red #CF001E

Color information

#CF001E (or 0xCF001E) is unknown color: approx Venetian Red. HEX triplet: CF, 00 and 1E. RGB value is (207,0,30). Sum of RGB (Red+Green+Blue) = 207+0+30=237 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.34% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 207 - color contains mainly: red. Hex color #CF001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF001E is #30FFE1. Grayscale: #414141. Windows color (decimal): -3211234 or 1966287. OLE color: 1966287.

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

Color convert

RGB207030-
CMYK010.860.19
HSL351.3º100%40.59%-
HSV(B)351.3º100%81.18%-
XYZ25.9713.362.44-
YUV65.31108.08229.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 87.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=87.34%
G=0%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207030010.860.19351.310040.59
HexCF01E064561315f6429
Octal31703601441262353714451
Binary11001111011110011001001010110100111010111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf001e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf001e; }

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

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

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

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

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

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

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

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