Html Css Color HEX #D50310 Venetian Red

📋 copy color: '#D50310'

red 213 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #D50310

Tints of Venetian Red #D50310

RGB

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

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

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

R = 91.81%
G = 1.29%
B = 6.9%

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

#D50310 (or 0xD50310) is known color: Venetian Red. HEX triplet: D5, 03 and 10. RGB value is (213,3,16). Sum of RGB (Red+Green+Blue) = 213+3+16=232 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.81% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 213 - color contains mainly: red. Hex color #D50310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50310 is #2AFCEF. Grayscale: #434343. Windows color (decimal): -2817264 or 1049557. OLE color: 1049557.

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

Color convert

RGB 213 3 16 -
CMYK 0 0.99 0.92 0.16
HSL 356.29º 0.97% 0.42% -
HSV(B) 356.29º 0.99% 0.84% -
XYZ 27.57 14.25 1.79 -
YUV 67.27 99.07 231.94 -
System Red Green Blue C M Y K H S L
Decimal 213 3 16 0 0.99 0.92 0.16 356.29 0.97 0.42
Hex D5 3 10 0 63 5C 10 164 61 2A
Octal 325 3 20 0 143 134 20 544 141 52
Binary 11010101 11 10000 0 1100011 1011100 10000 101100100 1100001 101010

Color Harmonies of #D50310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50310

Black with #D50310

Text Example


Text Example

White with #D50310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50310; }

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

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

background-color css

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

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

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

border-color css

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

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

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