Html Css Color HEX #DA0220 Venetian Red

📋 copy color: '#DA0220'

red 218 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #DA0220

Tints of Venetian Red #DA0220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 86.51%
G = 0.79%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0220 (or 0xDA0220) is known color: Venetian Red. HEX triplet: DA, 02 and 20. RGB value is (218,2,32). Sum of RGB (Red+Green+Blue) = 218+2+32=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0220 is #25FDDF. Grayscale: #464646. Windows color (decimal): -2489824 or 2097882. OLE color: 2097882.

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

Color convert

RGB 218 2 32 -
CMYK 0 0.99 0.85 0.15
HSL 351.67º 0.98% 0.43% -
HSV(B) 351.67º 0.99% 0.85% -
XYZ 29.2 15.05 2.73 -
YUV 70 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 218 2 32 0 0.99 0.85 0.15 351.67 0.98 0.43
Hex DA 2 20 0 63 55 F 160 62 2B
Octal 332 2 40 0 143 125 17 540 142 53
Binary 11011010 10 100000 0 1100011 1010101 1111 101100000 1100010 101011

Color Harmonies of #DA0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0220

Black with #DA0220

Text Example


Text Example

White with #DA0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0220; }

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

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

background-color css

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

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

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

border-color css

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

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

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