Html Css Color HEX #D2051F Venetian Red

📋 copy color: '#D2051F'

red 210 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #D2051F

Tints of Venetian Red #D2051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

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

R = 85.37%
G = 2.03%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2051F (or 0xD2051F) is known color: Venetian Red. HEX triplet: D2, 05 and 1F. RGB value is (210,5,31). Sum of RGB (Red+Green+Blue) = 210+5+31=246 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.37% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 210 - color contains mainly: red. Hex color #D2051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2051F is #2DFAE0. Grayscale: #454545. Windows color (decimal): -3013345 or 2033106. OLE color: 2033106.

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

Color convert

RGB 210 5 31 -
CMYK 0 0.98 0.85 0.18
HSL 352.39º 0.95% 0.42% -
HSV(B) 352.39º 0.98% 0.82% -
XYZ 26.88 13.91 2.56 -
YUV 69.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 210 5 31 0 0.98 0.85 0.18 352.39 0.95 0.42
Hex D2 5 1F 0 62 55 12 160 5F 2A
Octal 322 5 37 0 142 125 22 540 137 52
Binary 11010010 101 11111 0 1100010 1010101 10010 101100000 1011111 101010

Color Harmonies of #D2051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2051F

Black with #D2051F

Text Example


Text Example

White with #D2051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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