Html Css Color HEX #D50319 Venetian Red

📋 copy color: '#D50319'

red 213 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #D50319

Tints of Venetian Red #D50319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.37%

R = 88.38%
G = 1.24%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D50319 (or 0xD50319) is known color: Venetian Red. HEX triplet: D5, 03 and 19. RGB value is (213,3,25). Sum of RGB (Red+Green+Blue) = 213+3+25=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D50319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50319 is #2AFCE6. Grayscale: #444444. Windows color (decimal): -2817255 or 1639381. OLE color: 1639381.

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

Color convert

RGB 213 3 25 -
CMYK 0 0.99 0.88 0.16
HSL 353.71º 0.97% 0.42% -
HSV(B) 353.71º 0.99% 0.84% -
XYZ 27.65 14.28 2.22 -
YUV 68.3 103.57 231.21 -
System Red Green Blue C M Y K H S L
Decimal 213 3 25 0 0.99 0.88 0.16 353.71 0.97 0.42
Hex D5 3 19 0 63 58 10 162 61 2A
Octal 325 3 31 0 143 130 20 542 141 52
Binary 11010101 11 11001 0 1100011 1011000 10000 101100010 1100001 101010

Color Harmonies of #D50319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50319

Black with #D50319

Text Example


Text Example

White with #D50319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50319; }

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

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

background-color css

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

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

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

border-color css

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

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

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