Html Css Color HEX #DA0213 Venetian Red

📋 copy color: '#DA0213'

red 218 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #DA0213

Tints of Venetian Red #DA0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 91.21%
G = 0.84%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA0213 (or 0xDA0213) is known color: Venetian Red. HEX triplet: DA, 02 and 13. RGB value is (218,2,19). Sum of RGB (Red+Green+Blue) = 218+2+19=239 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.21% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0213 is #25FDEC. Grayscale: #444444. Windows color (decimal): -2489837 or 1245914. OLE color: 1245914.

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

Color convert

RGB 218 2 19 -
CMYK 0 0.99 0.91 0.15
HSL 355.28º 0.98% 0.43% -
HSV(B) 355.28º 0.99% 0.85% -
XYZ 29.05 15 1.98 -
YUV 68.52 100.06 234.62 -
System Red Green Blue C M Y K H S L
Decimal 218 2 19 0 0.99 0.91 0.15 355.28 0.98 0.43
Hex DA 2 13 0 63 5B F 163 62 2B
Octal 332 2 23 0 143 133 17 543 142 53
Binary 11011010 10 10011 0 1100011 1011011 1111 101100011 1100010 101011

Color Harmonies of #DA0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0213

Black with #DA0213

Text Example


Text Example

White with #DA0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0213; }

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

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

background-color css

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

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

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

border-color css

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

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

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