Html Css Color HEX #D40320 Venetian Red

📋 copy color: '#D40320'

red 212 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #D40320

Tints of Venetian Red #D40320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 85.83%
G = 1.21%
B = 12.96%

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

#D40320 (or 0xD40320) is known color: Venetian Red. HEX triplet: D4, 03 and 20. RGB value is (212,3,32). Sum of RGB (Red+Green+Blue) = 212+3+32=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D40320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40320 is #2BFCDF. Grayscale: #444444. Windows color (decimal): -2882784 or 2098132. OLE color: 2098132.

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

Color convert

RGB 212 3 32 -
CMYK 0 0.99 0.85 0.17
HSL 351.67º 0.97% 0.42% -
HSV(B) 351.67º 0.99% 0.83% -
XYZ 27.44 14.17 2.65 -
YUV 68.8 107.24 230.14 -
System Red Green Blue C M Y K H S L
Decimal 212 3 32 0 0.99 0.85 0.17 351.67 0.97 0.42
Hex D4 3 20 0 63 55 11 160 61 2A
Octal 324 3 40 0 143 125 21 540 141 52
Binary 11010100 11 100000 0 1100011 1010101 10001 101100000 1100001 101010

Color Harmonies of #D40320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40320

Black with #D40320

Text Example


Text Example

White with #D40320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40320; }

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

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

background-color css

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

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

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

border-color css

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

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

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