Html Css Color HEX #D20113 Venetian Red

📋 copy color: '#D20113'

red 210 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #D20113

Tints of Venetian Red #D20113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 91.3%
G = 0.43%
B = 8.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20113 (or 0xD20113) is known color: Venetian Red. HEX triplet: D2, 01 and 13. RGB value is (210,1,19). Sum of RGB (Red+Green+Blue) = 210+1+19=230 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.30% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 210 - color contains mainly: red. Hex color #D20113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20113 is #2DFEEC. Grayscale: #414141. Windows color (decimal): -3014381 or 1245650. OLE color: 1245650.

HSL color Cylindrical-coordinate representation of color #D20113: hue angle of 354.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20113 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 19 -
CMYK 0 1.00 0.91 0.18
HSL 354.83º 0.99% 0.41% -
HSV(B) 354.83º 1% 0.82% -
XYZ 26.71 13.77 1.87 -
YUV 65.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 210 1 19 0 1.00 0.91 0.18 354.83 0.99 0.41
Hex D2 1 13 0 64 5B 12 163 63 29
Octal 322 1 23 0 144 133 22 543 143 51
Binary 11010010 1 10011 0 1100100 1011011 10010 101100011 1100011 101001

Color Harmonies of #D20113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20113

Black with #D20113

Text Example


Text Example

White with #D20113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20113; }

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

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

background-color css

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

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

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

border-color css

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

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

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