Html Css Color HEX #D50D14 Venetian Red

📋 copy color: '#D50D14'

red 213 ◦ green 13 ◦ blue 20

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

Shades of Venetian Red #D50D14

Tints of Venetian Red #D50D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 86.59%
G = 5.28%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D50D14 (or 0xD50D14) is known color: Venetian Red. HEX triplet: D5, 0D and 14. RGB value is (213,13,20). Sum of RGB (Red+Green+Blue) = 213+13+20=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50D14 is #2AF2EB. Grayscale: #494949. Windows color (decimal): -2814700 or 1314261. OLE color: 1314261.

HSL color Cylindrical-coordinate representation of color #D50D14: hue angle of 357.9º 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 #D50D14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 13 20 -
CMYK 0 0.94 0.91 0.16
HSL 357.9º 0.88% 0.44% -
HSV(B) 357.9º 0.94% 0.84% -
XYZ 27.71 14.48 2 -
YUV 73.6 97.76 227.43 -
System Red Green Blue C M Y K H S L
Decimal 213 13 20 0 0.94 0.91 0.16 357.9 0.88 0.44
Hex D5 D 14 0 5E 5B 10 166 58 2C
Octal 325 15 24 0 136 133 20 546 130 54
Binary 11010101 1101 10100 0 1011110 1011011 10000 101100110 1011000 101100

Color Harmonies of #D50D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D14

Black with #D50D14

Text Example


Text Example

White with #D50D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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