Html Css Color HEX #D50A0E Venetian Red

📋 copy color: '#D50A0E'

red 213 ◦ green 10 ◦ blue 14

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

Shades of Venetian Red #D50A0E

Tints of Venetian Red #D50A0E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.22%

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 89.87%
G = 4.22%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D50A0E (or 0xD50A0E) is known color: Venetian Red. HEX triplet: D5, 0A and 0E. RGB value is (213,10,14). Sum of RGB (Red+Green+Blue) = 213+10+14=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50A0E is #2AF5F1. Grayscale: #474747. Windows color (decimal): -2815474 or 920277. OLE color: 920277.

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

Color convert

RGB 213 10 14 -
CMYK 0 0.95 0.93 0.16
HSL 358.82º 0.91% 0.44% -
HSV(B) 358.82º 0.95% 0.84% -
XYZ 27.63 14.39 1.74 -
YUV 71.15 95.75 229.17 -
System Red Green Blue C M Y K H S L
Decimal 213 10 14 0 0.95 0.93 0.16 358.82 0.91 0.44
Hex D5 A E 0 5F 5D 10 167 5B 2C
Octal 325 12 16 0 137 135 20 547 133 54
Binary 11010101 1010 1110 0 1011111 1011101 10000 101100111 1011011 101100

Color Harmonies of #D50A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A0E

Black with #D50A0E

Text Example


Text Example

White with #D50A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A0E; }

 p { color: rgb(213,10,14); }

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

background-color css

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

 a { background-color: rgb(213,10,14); }

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

border-color css

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

 span { border-color: rgb(213,10,14); }

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