Html Css Color HEX #D50D15 Venetian Red

📋 copy color: '#D50D15'

red 213 ◦ green 13 ◦ blue 21

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

Shades of Venetian Red #D50D15

Tints of Venetian Red #D50D15

RGB

 RED value IS 213 (83.59% from 255) = 86.23%

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 86.23%
G = 5.26%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D50D15 (or 0xD50D15) is known color: Venetian Red. HEX triplet: D5, 0D and 15. RGB value is (213,13,21). Sum of RGB (Red+Green+Blue) = 213+13+21=247 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.23% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50D15 is #2AF2EA. Grayscale: #494949. Windows color (decimal): -2814699 or 1379797. OLE color: 1379797.

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

Color convert

RGB 213 13 21 -
CMYK 0 0.94 0.90 0.16
HSL 357.6º 0.88% 0.44% -
HSV(B) 357.6º 0.94% 0.84% -
XYZ 27.72 14.49 2.04 -
YUV 73.71 98.26 227.35 -
System Red Green Blue C M Y K H S L
Decimal 213 13 21 0 0.94 0.90 0.16 357.6 0.88 0.44
Hex D5 D 15 0 5E 5A 10 166 58 2C
Octal 325 15 25 0 136 132 20 546 130 54
Binary 11010101 1101 10101 0 1011110 1011010 10000 101100110 1011000 101100

Color Harmonies of #D50D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D15

Black with #D50D15

Text Example


Text Example

White with #D50D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D15; }

 p { color: rgb(213,13,21); }

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

background-color css

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

 a { background-color: rgb(213,13,21); }

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

border-color css

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

 span { border-color: rgb(213,13,21); }

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