Html Css Color HEX #D50812 Venetian Red

📋 copy color: '#D50812'

red 213 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #D50812

Tints of Venetian Red #D50812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 89.12%
G = 3.35%
B = 7.53%

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

#D50812 (or 0xD50812) is known color: Venetian Red. HEX triplet: D5, 08 and 12. RGB value is (213,8,18). Sum of RGB (Red+Green+Blue) = 213+8+18=239 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.12% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 213 - color contains mainly: red. Hex color #D50812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50812 is #2AF7ED. Grayscale: #464646. Windows color (decimal): -2815982 or 1181909. OLE color: 1181909.

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

Color convert

RGB 213 8 18 -
CMYK 0 0.96 0.92 0.16
HSL 357.07º 0.93% 0.43% -
HSV(B) 357.07º 0.96% 0.84% -
XYZ 27.64 14.36 1.89 -
YUV 70.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 213 8 18 0 0.96 0.92 0.16 357.07 0.93 0.43
Hex D5 8 12 0 60 5C 10 165 5D 2B
Octal 325 10 22 0 140 134 20 545 135 53
Binary 11010101 1000 10010 0 1100000 1011100 10000 101100101 1011101 101011

Color Harmonies of #D50812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50812

Black with #D50812

Text Example


Text Example

White with #D50812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50812; }

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

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

background-color css

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

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

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

border-color css

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

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

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