Html Css Color HEX #D20D0F Venetian Red

📋 copy color: '#D20D0F'

red 210 ◦ green 13 ◦ blue 15

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

Shades of Venetian Red #D20D0F

Tints of Venetian Red #D20D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 88.24%
G = 5.46%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D20D0F (or 0xD20D0F) is known color: Venetian Red. HEX triplet: D2, 0D and 0F. RGB value is (210,13,15). Sum of RGB (Red+Green+Blue) = 210+13+15=238 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.24% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20D0F is #2DF2F0. Grayscale: #484848. Windows color (decimal): -3011313 or 986578. OLE color: 986578.

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

Color convert

RGB 210 13 15 -
CMYK 0 0.94 0.93 0.18
HSL 359.39º 0.88% 0.44% -
HSV(B) 359.39º 0.94% 0.82% -
XYZ 26.81 14.02 1.75 -
YUV 72.13 95.77 226.34 -
System Red Green Blue C M Y K H S L
Decimal 210 13 15 0 0.94 0.93 0.18 359.39 0.88 0.44
Hex D2 D F 0 5E 5D 12 167 58 2C
Octal 322 15 17 0 136 135 22 547 130 54
Binary 11010010 1101 1111 0 1011110 1011101 10010 101100111 1011000 101100

Color Harmonies of #D20D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D0F

Black with #D20D0F

Text Example


Text Example

White with #D20D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D0F; }

 p { color: rgb(210,13,15); }

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

background-color css

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

 a { background-color: rgb(210,13,15); }

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

border-color css

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

 span { border-color: rgb(210,13,15); }

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