Html Css Color HEX #D2051E Venetian Red

📋 copy color: '#D2051E'

red 210 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #D2051E

Tints of Venetian Red #D2051E

RGB

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

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

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

R = 85.71%
G = 2.04%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2051E (or 0xD2051E) is known color: Venetian Red. HEX triplet: D2, 05 and 1E. RGB value is (210,5,30). Sum of RGB (Red+Green+Blue) = 210+5+30=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D2051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2051E is #2DFAE1. Grayscale: #454545. Windows color (decimal): -3013346 or 1967570. OLE color: 1967570.

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

Color convert

RGB 210 5 30 -
CMYK 0 0.98 0.86 0.18
HSL 352.68º 0.95% 0.42% -
HSV(B) 352.68º 0.98% 0.82% -
XYZ 26.87 13.9 2.5 -
YUV 69.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 210 5 30 0 0.98 0.86 0.18 352.68 0.95 0.42
Hex D2 5 1E 0 62 56 12 161 5F 2A
Octal 322 5 36 0 142 126 22 541 137 52
Binary 11010010 101 11110 0 1100010 1010110 10010 101100001 1011111 101010

Color Harmonies of #D2051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2051E

Black with #D2051E

Text Example


Text Example

White with #D2051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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