Html Css Color HEX #D20119 Venetian Red

📋 copy color: '#D20119'

red 210 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #D20119

Tints of Venetian Red #D20119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 88.98%
G = 0.42%
B = 10.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D20119 (or 0xD20119) is known color: Venetian Red. HEX triplet: D2, 01 and 19. RGB value is (210,1,25). Sum of RGB (Red+Green+Blue) = 210+1+25=236 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.98% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 210 - color contains mainly: red. Hex color #D20119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20119 is #2DFEE6. Grayscale: #424242. Windows color (decimal): -3014375 or 1638866. OLE color: 1638866.

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

Color convert

RGB 210 1 25 -
CMYK 0 1.00 0.88 0.18
HSL 353.11º 0.99% 0.41% -
HSV(B) 353.11º 1% 0.82% -
XYZ 26.76 13.79 2.17 -
YUV 66.23 104.74 230.55 -
System Red Green Blue C M Y K H S L
Decimal 210 1 25 0 1.00 0.88 0.18 353.11 0.99 0.41
Hex D2 1 19 0 64 58 12 161 63 29
Octal 322 1 31 0 144 130 22 541 143 51
Binary 11010010 1 11001 0 1100100 1011000 10010 101100001 1100011 101001

Color Harmonies of #D20119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20119

Black with #D20119

Text Example


Text Example

White with #D20119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20119; }

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

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

background-color css

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

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

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

border-color css

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

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

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