Html Css Color HEX #D50313 Venetian Red

📋 copy color: '#D50313'

red 213 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #D50313

Tints of Venetian Red #D50313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 90.64%
G = 1.28%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D50313 (or 0xD50313) is known color: Venetian Red. HEX triplet: D5, 03 and 13. RGB value is (213,3,19). Sum of RGB (Red+Green+Blue) = 213+3+19=235 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.64% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 213 - color contains mainly: red. Hex color #D50313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50313 is #2AFCEC. Grayscale: #434343. Windows color (decimal): -2817261 or 1246165. OLE color: 1246165.

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

Color convert

RGB 213 3 19 -
CMYK 0 0.99 0.91 0.16
HSL 355.43º 0.97% 0.42% -
HSV(B) 355.43º 0.99% 0.84% -
XYZ 27.59 14.26 1.91 -
YUV 67.61 100.57 231.7 -
System Red Green Blue C M Y K H S L
Decimal 213 3 19 0 0.99 0.91 0.16 355.43 0.97 0.42
Hex D5 3 13 0 63 5B 10 163 61 2A
Octal 325 3 23 0 143 133 20 543 141 52
Binary 11010101 11 10011 0 1100011 1011011 10000 101100011 1100001 101010

Color Harmonies of #D50313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50313

Black with #D50313

Text Example


Text Example

White with #D50313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50313; }

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

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

background-color css

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

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

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

border-color css

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

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

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