Html Css Color HEX #D40420 Venetian Red

📋 copy color: '#D40420'

red 212 ◦ green 4 ◦ blue 32

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

Shades of Venetian Red #D40420

Tints of Venetian Red #D40420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 85.48%
G = 1.61%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D40420 (or 0xD40420) is known color: Venetian Red. HEX triplet: D4, 04 and 20. RGB value is (212,4,32). Sum of RGB (Red+Green+Blue) = 212+4+32=248 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.48% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 212 - color contains mainly: red. Hex color #D40420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40420 is #2BFBDF. Grayscale: #454545. Windows color (decimal): -2882528 or 2098388. OLE color: 2098388.

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

Color convert

RGB 212 4 32 -
CMYK 0 0.98 0.85 0.17
HSL 351.92º 0.96% 0.42% -
HSV(B) 351.92º 0.98% 0.83% -
XYZ 27.46 14.19 2.66 -
YUV 69.38 106.91 229.72 -
System Red Green Blue C M Y K H S L
Decimal 212 4 32 0 0.98 0.85 0.17 351.92 0.96 0.42
Hex D4 4 20 0 62 55 11 160 60 2A
Octal 324 4 40 0 142 125 21 540 140 52
Binary 11010100 100 100000 0 1100010 1010101 10001 101100000 1100000 101010

Color Harmonies of #D40420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40420

Black with #D40420

Text Example


Text Example

White with #D40420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40420; }

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

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

background-color css

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

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

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

border-color css

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

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

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