Html Css Color HEX #DA0210 Venetian Red

📋 copy color: '#DA0210'

red 218 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #DA0210

Tints of Venetian Red #DA0210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 92.37%
G = 0.85%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA0210 (or 0xDA0210) is known color: Venetian Red. HEX triplet: DA, 02 and 10. RGB value is (218,2,16). Sum of RGB (Red+Green+Blue) = 218+2+16=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0210 is #25FDEF. Grayscale: #444444. Windows color (decimal): -2489840 or 1049306. OLE color: 1049306.

HSL color Cylindrical-coordinate representation of color #DA0210: hue angle of 356.11º 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 #DA0210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 16 -
CMYK 0 0.99 0.93 0.15
HSL 356.11º 0.98% 0.43% -
HSV(B) 356.11º 0.99% 0.85% -
XYZ 29.03 14.99 1.85 -
YUV 68.18 98.56 234.86 -
System Red Green Blue C M Y K H S L
Decimal 218 2 16 0 0.99 0.93 0.15 356.11 0.98 0.43
Hex DA 2 10 0 63 5D F 164 62 2B
Octal 332 2 20 0 143 135 17 544 142 53
Binary 11011010 10 10000 0 1100011 1011101 1111 101100100 1100010 101011

Color Harmonies of #DA0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0210

Black with #DA0210

Text Example


Text Example

White with #DA0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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