Html Css Color HEX #DA0211 Venetian Red

📋 copy color: '#DA0211'

red 218 ◦ green 2 ◦ blue 17

#DA0211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #DA0211

Tints of Venetian Red #DA0211

RGB

 RED value IS 218 (85.55% from 255) = 91.98%

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 17 (7.03% from 255) = 7.17%

R = 91.98%
G = 0.84%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0211 (or 0xDA0211) is known color: Venetian Red. HEX triplet: DA, 02 and 11. RGB value is (218,2,17). Sum of RGB (Red+Green+Blue) = 218+2+17=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0211 is #25FDEE. Grayscale: #444444. Windows color (decimal): -2489839 or 1114842. OLE color: 1114842.

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

Color convert

RGB 218 2 17 -
CMYK 0 0.99 0.92 0.15
HSL 355.83º 0.98% 0.43% -
HSV(B) 355.83º 0.99% 0.85% -
XYZ 29.04 14.99 1.89 -
YUV 68.29 99.06 234.78 -
System Red Green Blue C M Y K H S L
Decimal 218 2 17 0 0.99 0.92 0.15 355.83 0.98 0.43
Hex DA 2 11 0 63 5C F 164 62 2B
Octal 332 2 21 0 143 134 17 544 142 53
Binary 11011010 10 10001 0 1100011 1011100 1111 101100100 1100010 101011

Color Harmonies of #DA0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0211

Black with #DA0211

Text Example


Text Example

White with #DA0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0211; }

 p { color: rgb(218,2,17); }

 H1.HeaderClassName
 {
   color: #DA0211;
 }
 .AnyTagClassName
 {
   color: #DA0211;
 }
</style>

background-color css

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

 a { background-color: rgb(218,2,17); }

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

border-color css

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

 span { border-color: rgb(218,2,17); }

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