Html Css Color HEX #D2011E Venetian Red

📋 copy color: '#D2011E'

red 210 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #D2011E

Tints of Venetian Red #D2011E

RGB

 RED value IS 210 (82.42% from 255) = 87.14%

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 87.14%
G = 0.41%
B = 12.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2011E (or 0xD2011E) is known color: Venetian Red. HEX triplet: D2, 01 and 1E. RGB value is (210,1,30). Sum of RGB (Red+Green+Blue) = 210+1+30=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D2011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2011E is #2DFEE1. Grayscale: #424242. Windows color (decimal): -3014370 or 1966546. OLE color: 1966546.

HSL color Cylindrical-coordinate representation of color #D2011E: hue angle of 351.67º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2011E is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 30 -
CMYK 0 1.00 0.86 0.18
HSL 351.67º 0.99% 0.41% -
HSV(B) 351.67º 1% 0.82% -
XYZ 26.82 13.82 2.48 -
YUV 66.8 107.24 230.14 -
System Red Green Blue C M Y K H S L
Decimal 210 1 30 0 1.00 0.86 0.18 351.67 0.99 0.41
Hex D2 1 1E 0 64 56 12 160 63 29
Octal 322 1 36 0 144 126 22 540 143 51
Binary 11010010 1 11110 0 1100100 1010110 10010 101100000 1100011 101001

Color Harmonies of #D2011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2011E

Black with #D2011E

Text Example


Text Example

White with #D2011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2011E; }

 p { color: rgb(210,1,30); }

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

background-color css

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

 a { background-color: rgb(210,1,30); }

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

border-color css

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

 span { border-color: rgb(210,1,30); }

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