Html Css Color HEX #D2031D Venetian Red

📋 copy color: '#D2031D'

red 210 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #D2031D

Tints of Venetian Red #D2031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 86.78%
G = 1.24%
B = 11.98%

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

#D2031D (or 0xD2031D) is known color: Venetian Red. HEX triplet: D2, 03 and 1D. RGB value is (210,3,29). Sum of RGB (Red+Green+Blue) = 210+3+29=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D2031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2031D is #2DFCE2. Grayscale: #434343. Windows color (decimal): -3013859 or 1901522. OLE color: 1901522.

HSL color Cylindrical-coordinate representation of color #D2031D: hue angle of 352.46º 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 #D2031D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 3 29 -
CMYK 0 0.99 0.86 0.18
HSL 352.46º 0.97% 0.42% -
HSV(B) 352.46º 0.99% 0.82% -
XYZ 26.83 13.86 2.42 -
YUV 67.86 106.08 229.39 -
System Red Green Blue C M Y K H S L
Decimal 210 3 29 0 0.99 0.86 0.18 352.46 0.97 0.42
Hex D2 3 1D 0 63 56 12 160 61 2A
Octal 322 3 35 0 143 126 22 540 141 52
Binary 11010010 11 11101 0 1100011 1010110 10010 101100000 1100001 101010

Color Harmonies of #D2031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2031D

Black with #D2031D

Text Example


Text Example

White with #D2031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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