#DA010F

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

Shades of Venetian Red #DA010F

Tints of Venetian Red #DA010F

Color information

#DA010F (or 0xDA010F) is unknown color: approx Venetian Red. HEX triplet: DA, 01 and 0F. RGB value is (218,1,15). Sum of RGB (Red+Green+Blue) = 218+1+15=234 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.16% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 218 - color contains mainly: red. Hex color #DA010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA010F is #25FEF0. Grayscale: #434343. Windows color (decimal): -2490097 or 983514. OLE color: 983514.

HSL color Cylindrical-coordinate representation of color #DA010F: hue angle of 356.13º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB218115-
CMYK01.000.930.15
HSL356.13º99.09%42.94%-
HSV(B)356.13º99.54%85.49%-
XYZ29.0114.961.81-
YUV67.4898.39235.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 93.16%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=93.16%
G=0.43%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811501.000.930.15356.1399.0942.94
HexDA1F0645DF164632b
Octal33211701441351754414353
Binary110110101111101100100101110111111011001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA010F; }

 p { color: rgb(218,1,15); }

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

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

 a { background-color: rgb(218,1,15); }

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

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

 span { border-color: rgb(218,1,15); }

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