#CF0025

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

Shades of Venetian Red #CF0025

Tints of Venetian Red #CF0025

Color information

#CF0025 (or 0xCF0025) is unknown color: approx Venetian Red. HEX triplet: CF, 00 and 25. RGB value is (207,0,37). Sum of RGB (Red+Green+Blue) = 207+0+37=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0025 is #30FFDA. Grayscale: #424242. Windows color (decimal): -3211227 or 2425039. OLE color: 2425039.

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

Color convert

RGB207037-
CMYK010.820.19
HSL349.28º100%40.59%-
HSV(B)349.28º100%81.18%-
XYZ26.0713.42.96-
YUV66.11111.58228.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 84.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=84.84%
G=0%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207037010.820.19349.2810040.59
HexCF025064521315d6429
Octal31704501441222353514451
Binary110011110100101011001001010010100111010111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0025; }

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

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

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

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

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

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

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

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