#cf001a

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

Shades of Venetian Red #CF001A

Tints of Venetian Red #CF001A

Color information

#CF001A (or 0xCF001A) is unknown color: approx Venetian Red. HEX triplet: CF, 00 and 1A. RGB value is (207,0,26). Sum of RGB (Red+Green+Blue) = 207+0+26=233 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.84% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 207 - color contains mainly: red. Hex color #CF001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF001A is #30FFE5. Grayscale: #404040. Windows color (decimal): -3211238 or 1704143. OLE color: 1704143.

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

Color convert

RGB207026-
CMYK010.870.19
HSL352.46º100%40.59%-
HSV(B)352.46º100%81.18%-
XYZ25.9213.342.19-
YUV64.86106.08229.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 88.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=88.84%
G=0%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207026010.870.19352.4610040.59
HexCF01A06457131606429
Octal31703201441272354014451
Binary11001111011010011001001010111100111011000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf001a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf001a; }

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

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

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

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

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

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

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

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