Html Css Color HEX #D2031E Venetian Red

📋 copy color: '#D2031E'

red 210 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #D2031E

Tints of Venetian Red #D2031E

RGB

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

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

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

R = 86.42%
G = 1.23%
B = 12.35%

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

#D2031E (or 0xD2031E) is known color: Venetian Red. HEX triplet: D2, 03 and 1E. RGB value is (210,3,30). Sum of RGB (Red+Green+Blue) = 210+3+30=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D2031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2031E is #2DFCE1. Grayscale: #444444. Windows color (decimal): -3013858 or 1967058. OLE color: 1967058.

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

Color convert

RGB 210 3 30 -
CMYK 0 0.99 0.86 0.18
HSL 352.17º 0.97% 0.42% -
HSV(B) 352.17º 0.99% 0.82% -
XYZ 26.85 13.86 2.49 -
YUV 67.97 106.58 229.3 -
System Red Green Blue C M Y K H S L
Decimal 210 3 30 0 0.99 0.86 0.18 352.17 0.97 0.42
Hex D2 3 1E 0 63 56 12 160 61 2A
Octal 322 3 36 0 143 126 22 540 141 52
Binary 11010010 11 11110 0 1100011 1010110 10010 101100000 1100001 101010

Color Harmonies of #D2031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2031E

Black with #D2031E

Text Example


Text Example

White with #D2031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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