Html Css Color HEX #D50013 Venetian Red

📋 copy color: '#D50013'

red 213 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #D50013

Tints of Venetian Red #D50013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 91.81%
G = 0%
B = 8.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D50013 (or 0xD50013) is known color: Venetian Red. HEX triplet: D5, 00 and 13. RGB value is (213,0,19). Sum of RGB (Red+Green+Blue) = 213+0+19=232 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.81% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 213 - color contains mainly: red. Hex color #D50013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50013 is #2AFFEC. Grayscale: #414141. Windows color (decimal): -2818029 or 1245397. OLE color: 1245397.

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

Color convert

RGB 213 0 19 -
CMYK 0 1 0.91 0.16
HSL 354.65º 1% 0.42% -
HSV(B) 354.65º 1% 0.84% -
XYZ 27.56 14.19 1.9 -
YUV 65.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 213 0 19 0 1 0.91 0.16 354.65 1 0.42
Hex D5 0 13 0 64 5B 10 163 64 2A
Octal 325 0 23 0 144 133 20 543 144 52
Binary 11010101 0 10011 0 1100100 1011011 10000 101100011 1100100 101010

Color Harmonies of #D50013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50013

Black with #D50013

Text Example


Text Example

White with #D50013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50013; }

 p { color: rgb(213,0,19); }

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

background-color css

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

 a { background-color: rgb(213,0,19); }

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

border-color css

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

 span { border-color: rgb(213,0,19); }

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