Html Css Color HEX #D40220 Venetian Red

📋 copy color: '#D40220'

red 212 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #D40220

Tints of Venetian Red #D40220

RGB

 RED value IS 212 (83.2% from 255) = 86.18%

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

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

R = 86.18%
G = 0.81%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D40220 (or 0xD40220) is known color: Venetian Red. HEX triplet: D4, 02 and 20. RGB value is (212,2,32). Sum of RGB (Red+Green+Blue) = 212+2+32=246 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.18% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 212 - color contains mainly: red. Hex color #D40220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40220 is #2BFDDF. Grayscale: #444444. Windows color (decimal): -2883040 or 2097876. OLE color: 2097876.

HSL color Cylindrical-coordinate representation of color #D40220: hue angle of 351.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40220 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 32 -
CMYK 0 0.99 0.85 0.17
HSL 351.43º 0.98% 0.42% -
HSV(B) 351.43º 0.99% 0.83% -
XYZ 27.43 14.14 2.65 -
YUV 68.21 107.57 230.56 -
System Red Green Blue C M Y K H S L
Decimal 212 2 32 0 0.99 0.85 0.17 351.43 0.98 0.42
Hex D4 2 20 0 63 55 11 15F 62 2A
Octal 324 2 40 0 143 125 21 537 142 52
Binary 11010100 10 100000 0 1100011 1010101 10001 101011111 1100010 101010

Color Harmonies of #D40220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40220

Black with #D40220

Text Example


Text Example

White with #D40220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40220; }

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

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

background-color css

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

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

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

border-color css

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

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

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