Html Css Color HEX #D50912 Venetian Red

📋 copy color: '#D50912'

red 213 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #D50912

Tints of Venetian Red #D50912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 88.75%
G = 3.75%
B = 7.5%

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

#D50912 (or 0xD50912) is known color: Venetian Red. HEX triplet: D5, 09 and 12. RGB value is (213,9,18). Sum of RGB (Red+Green+Blue) = 213+9+18=240 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.75% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 213 - color contains mainly: red. Hex color #D50912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50912 is #2AF6ED. Grayscale: #474747. Windows color (decimal): -2815726 or 1182165. OLE color: 1182165.

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

Color convert

RGB 213 9 18 -
CMYK 0 0.96 0.92 0.16
HSL 357.35º 0.92% 0.44% -
HSV(B) 357.35º 0.96% 0.84% -
XYZ 27.65 14.39 1.89 -
YUV 71.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 213 9 18 0 0.96 0.92 0.16 357.35 0.92 0.44
Hex D5 9 12 0 60 5C 10 165 5C 2C
Octal 325 11 22 0 140 134 20 545 134 54
Binary 11010101 1001 10010 0 1100000 1011100 10000 101100101 1011100 101100

Color Harmonies of #D50912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50912

Black with #D50912

Text Example


Text Example

White with #D50912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50912; }

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

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

background-color css

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

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

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

border-color css

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

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

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