#CF0018

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

Shades of Venetian Red #CF0018

Tints of Venetian Red #CF0018

Color information

#CF0018 (or 0xCF0018) is unknown color: approx Venetian Red. HEX triplet: CF, 00 and 18. RGB value is (207,0,24). Sum of RGB (Red+Green+Blue) = 207+0+24=231 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.61% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0018 is #30FFE7. Grayscale: #404040. Windows color (decimal): -3211240 or 1573071. OLE color: 1573071.

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

Color convert

RGB207024-
CMYK010.880.19
HSL353.04º100%40.59%-
HSV(B)353.04º100%81.18%-
XYZ25.913.332.07-
YUV64.63105.08229.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 89.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=89.61%
G=0%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207024010.880.19353.0410040.59
HexCF01806458131616429
Octal31703001441302354114451
Binary11001111011000011001001011000100111011000011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0018; }

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

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

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

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

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

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

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

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