Html Css Color HEX #DA0212 Venetian Red

📋 copy color: '#DA0212'

red 218 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #DA0212

Tints of Venetian Red #DA0212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 91.6%
G = 0.84%
B = 7.56%

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

#DA0212 (or 0xDA0212) is known color: Venetian Red. HEX triplet: DA, 02 and 12. RGB value is (218,2,18). Sum of RGB (Red+Green+Blue) = 218+2+18=238 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.60% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0212 is #25FDED. Grayscale: #444444. Windows color (decimal): -2489838 or 1180378. OLE color: 1180378.

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

Color convert

RGB 218 2 18 -
CMYK 0 0.99 0.92 0.15
HSL 355.56º 0.98% 0.43% -
HSV(B) 355.56º 0.99% 0.85% -
XYZ 29.04 14.99 1.94 -
YUV 68.41 99.56 234.7 -
System Red Green Blue C M Y K H S L
Decimal 218 2 18 0 0.99 0.92 0.15 355.56 0.98 0.43
Hex DA 2 12 0 63 5C F 164 62 2B
Octal 332 2 22 0 143 134 17 544 142 53
Binary 11011010 10 10010 0 1100011 1011100 1111 101100100 1100010 101011

Color Harmonies of #DA0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0212

Black with #DA0212

Text Example


Text Example

White with #DA0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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