Html Css Color HEX #D50219 Venetian Red

📋 copy color: '#D50219'

red 213 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #D50219

Tints of Venetian Red #D50219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 88.75%
G = 0.83%
B = 10.42%

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

#D50219 (or 0xD50219) is known color: Venetian Red. HEX triplet: D5, 02 and 19. RGB value is (213,2,25). Sum of RGB (Red+Green+Blue) = 213+2+25=240 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.75% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 213 - color contains mainly: red. Hex color #D50219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50219 is #2AFDE6. Grayscale: #434343. Windows color (decimal): -2817511 or 1639125. OLE color: 1639125.

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

Color convert

RGB 213 2 25 -
CMYK 0 0.99 0.88 0.16
HSL 353.46º 0.98% 0.42% -
HSV(B) 353.46º 0.99% 0.84% -
XYZ 27.64 14.26 2.22 -
YUV 67.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 213 2 25 0 0.99 0.88 0.16 353.46 0.98 0.42
Hex D5 2 19 0 63 58 10 161 62 2A
Octal 325 2 31 0 143 130 20 541 142 52
Binary 11010101 10 11001 0 1100011 1011000 10000 101100001 1100010 101010

Color Harmonies of #D50219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50219

Black with #D50219

Text Example


Text Example

White with #D50219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50219; }

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

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

background-color css

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

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

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

border-color css

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

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

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