Html Css Color HEX #D50910 Venetian Red

📋 copy color: '#D50910'

red 213 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #D50910

Tints of Venetian Red #D50910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

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

R = 89.5%
G = 3.78%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D50910 (or 0xD50910) is known color: Venetian Red. HEX triplet: D5, 09 and 10. RGB value is (213,9,16). Sum of RGB (Red+Green+Blue) = 213+9+16=238 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.50% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 213 - color contains mainly: red. Hex color #D50910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50910 is #2AF6EF. Grayscale: #464646. Windows color (decimal): -2815728 or 1051093. OLE color: 1051093.

HSL color Cylindrical-coordinate representation of color #D50910: hue angle of 357.94º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50910 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 16 -
CMYK 0 0.96 0.92 0.16
HSL 357.94º 0.92% 0.44% -
HSV(B) 357.94º 0.96% 0.84% -
XYZ 27.63 14.38 1.81 -
YUV 70.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 213 9 16 0 0.96 0.92 0.16 357.94 0.92 0.44
Hex D5 9 10 0 60 5C 10 166 5C 2C
Octal 325 11 20 0 140 134 20 546 134 54
Binary 11010101 1001 10000 0 1100000 1011100 10000 101100110 1011100 101100

Color Harmonies of #D50910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50910

Black with #D50910

Text Example


Text Example

White with #D50910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50910; }

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

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

background-color css

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

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

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

border-color css

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

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

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