Html Css Color HEX #D50210 Venetian Red

📋 copy color: '#D50210'

red 213 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #D50210

Tints of Venetian Red #D50210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.93%

R = 92.21%
G = 0.87%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D50210 (or 0xD50210) is known color: Venetian Red. HEX triplet: D5, 02 and 10. RGB value is (213,2,16). Sum of RGB (Red+Green+Blue) = 213+2+16=231 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.21% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 213 - color contains mainly: red. Hex color #D50210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50210 is #2AFDEF. Grayscale: #424242. Windows color (decimal): -2817520 or 1049301. OLE color: 1049301.

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

Color convert

RGB 213 2 16 -
CMYK 0 0.99 0.92 0.16
HSL 356.02º 0.98% 0.42% -
HSV(B) 356.02º 0.99% 0.84% -
XYZ 27.56 14.23 1.78 -
YUV 66.69 99.4 232.36 -
System Red Green Blue C M Y K H S L
Decimal 213 2 16 0 0.99 0.92 0.16 356.02 0.98 0.42
Hex D5 2 10 0 63 5C 10 164 62 2A
Octal 325 2 20 0 143 134 20 544 142 52
Binary 11010101 10 10000 0 1100011 1011100 10000 101100100 1100010 101010

Color Harmonies of #D50210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50210

Black with #D50210

Text Example


Text Example

White with #D50210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50210; }

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

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

background-color css

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

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

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

border-color css

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

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

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