Html Css Color HEX #D21113 Venetian Red

📋 copy color: '#D21113'

red 210 ◦ green 17 ◦ blue 19

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

Shades of Venetian Red #D21113

Tints of Venetian Red #D21113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 85.37%
G = 6.91%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D21113 (or 0xD21113) is known color: Venetian Red. HEX triplet: D2, 11 and 13. RGB value is (210,17,19). Sum of RGB (Red+Green+Blue) = 210+17+19=246 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.37% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 210 - color contains mainly: red. Hex color #D21113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21113 is #2DEEEC. Grayscale: #4B4B4B. Windows color (decimal): -3010285 or 1249746. OLE color: 1249746.

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

Color convert

RGB 210 17 19 -
CMYK 0 0.92 0.91 0.18
HSL 359.38º 0.85% 0.45% -
HSV(B) 359.38º 0.92% 0.82% -
XYZ 26.9 14.15 1.93 -
YUV 74.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 210 17 19 0 0.92 0.91 0.18 359.38 0.85 0.45
Hex D2 11 13 0 5C 5B 12 167 55 2D
Octal 322 21 23 0 134 133 22 547 125 55
Binary 11010010 10001 10011 0 1011100 1011011 10010 101100111 1010101 101101

Color Harmonies of #D21113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21113

Black with #D21113

Text Example


Text Example

White with #D21113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21113; }

 p { color: rgb(210,17,19); }

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

background-color css

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

 a { background-color: rgb(210,17,19); }

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

border-color css

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

 span { border-color: rgb(210,17,19); }

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