Html Css Color HEX #D2031F Venetian Red

📋 copy color: '#D2031F'

red 210 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #D2031F

Tints of Venetian Red #D2031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 86.07%
G = 1.23%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2031F (or 0xD2031F) is known color: Venetian Red. HEX triplet: D2, 03 and 1F. RGB value is (210,3,31). Sum of RGB (Red+Green+Blue) = 210+3+31=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D2031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2031F is #2DFCE0. Grayscale: #444444. Windows color (decimal): -3013857 or 2032594. OLE color: 2032594.

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

Color convert

RGB 210 3 31 -
CMYK 0 0.99 0.85 0.18
HSL 351.88º 0.97% 0.42% -
HSV(B) 351.88º 0.99% 0.82% -
XYZ 26.86 13.87 2.56 -
YUV 68.09 107.08 229.22 -
System Red Green Blue C M Y K H S L
Decimal 210 3 31 0 0.99 0.85 0.18 351.88 0.97 0.42
Hex D2 3 1F 0 63 55 12 160 61 2A
Octal 322 3 37 0 143 125 22 540 141 52
Binary 11010010 11 11111 0 1100011 1010101 10010 101100000 1100001 101010

Color Harmonies of #D2031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2031F

Black with #D2031F

Text Example


Text Example

White with #D2031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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