Html Css Color HEX #D21013 Venetian Red

📋 copy color: '#D21013'

red 210 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #D21013

Tints of Venetian Red #D21013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 85.71%
G = 6.53%
B = 7.76%

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

#D21013 (or 0xD21013) is known color: Venetian Red. HEX triplet: D2, 10 and 13. RGB value is (210,16,19). Sum of RGB (Red+Green+Blue) = 210+16+19=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D21013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21013 is #2DEFEC. Grayscale: #4A4A4A. Windows color (decimal): -3010541 or 1249490. OLE color: 1249490.

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

Color convert

RGB 210 16 19 -
CMYK 0 0.92 0.91 0.18
HSL 359.07º 0.86% 0.44% -
HSV(B) 359.07º 0.92% 0.82% -
XYZ 26.88 14.12 1.92 -
YUV 74.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 210 16 19 0 0.92 0.91 0.18 359.07 0.86 0.44
Hex D2 10 13 0 5C 5B 12 167 56 2C
Octal 322 20 23 0 134 133 22 547 126 54
Binary 11010010 10000 10011 0 1011100 1011011 10010 101100111 1010110 101100

Color Harmonies of #D21013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21013

Black with #D21013

Text Example


Text Example

White with #D21013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21013; }

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

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

background-color css

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

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

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

border-color css

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

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

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