Html Css Color HEX #D1021E Venetian Red

📋 copy color: '#D1021E'

red 209 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #D1021E

Tints of Venetian Red #D1021E

RGB

 RED value IS 209 (82.03% from 255) = 86.72%

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

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

R = 86.72%
G = 0.83%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1021E (or 0xD1021E) is known color: Venetian Red. HEX triplet: D1, 02 and 1E. RGB value is (209,2,30). Sum of RGB (Red+Green+Blue) = 209+2+30=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D1021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1021E is #2EFDE1. Grayscale: #434343. Windows color (decimal): -3079650 or 1966801. OLE color: 1966801.

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

Color convert

RGB 209 2 30 -
CMYK 0 0.99 0.86 0.18
HSL 351.88º 0.98% 0.41% -
HSV(B) 351.88º 0.99% 0.82% -
XYZ 26.55 13.69 2.47 -
YUV 67.09 107.08 229.22 -
System Red Green Blue C M Y K H S L
Decimal 209 2 30 0 0.99 0.86 0.18 351.88 0.98 0.41
Hex D1 2 1E 0 63 56 12 160 62 29
Octal 321 2 36 0 143 126 22 540 142 51
Binary 11010001 10 11110 0 1100011 1010110 10010 101100000 1100010 101001

Color Harmonies of #D1021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1021E

Black with #D1021E

Text Example


Text Example

White with #D1021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1021E; }

 p { color: rgb(209,2,30); }

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

background-color css

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

 a { background-color: rgb(209,2,30); }

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

border-color css

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

 span { border-color: rgb(209,2,30); }

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