Html Css Color HEX #DA0219 Venetian Red

📋 copy color: '#DA0219'

red 218 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #DA0219

Tints of Venetian Red #DA0219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 88.98%
G = 0.82%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0219 (or 0xDA0219) is known color: Venetian Red. HEX triplet: DA, 02 and 19. RGB value is (218,2,25). Sum of RGB (Red+Green+Blue) = 218+2+25=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0219 is #25FDE6. Grayscale: #454545. Windows color (decimal): -2489831 or 1639130. OLE color: 1639130.

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

Color convert

RGB 218 2 25 -
CMYK 0 0.99 0.89 0.15
HSL 353.61º 0.98% 0.43% -
HSV(B) 353.61º 0.99% 0.85% -
XYZ 29.11 15.02 2.28 -
YUV 69.21 103.06 234.13 -
System Red Green Blue C M Y K H S L
Decimal 218 2 25 0 0.99 0.89 0.15 353.61 0.98 0.43
Hex DA 2 19 0 63 59 F 162 62 2B
Octal 332 2 31 0 143 131 17 542 142 53
Binary 11011010 10 11001 0 1100011 1011001 1111 101100010 1100010 101011

Color Harmonies of #DA0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0219

Black with #DA0219

Text Example


Text Example

White with #DA0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0219; }

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

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

background-color css

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

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

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

border-color css

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

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

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