Html Css Color HEX #D31012 Venetian Red

📋 copy color: '#D31012'

red 211 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #D31012

Tints of Venetian Red #D31012

RGB

 RED value IS 211 (82.81% from 255) = 86.12%

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 86.12%
G = 6.53%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D31012 (or 0xD31012) is known color: Venetian Red. HEX triplet: D3, 10 and 12. RGB value is (211,16,18). Sum of RGB (Red+Green+Blue) = 211+16+18=245 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.12% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 211 - color contains mainly: red. Hex color #D31012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31012 is #2CEFED. Grayscale: #4A4A4A. Windows color (decimal): -2945006 or 1183955. OLE color: 1183955.

HSL color Cylindrical-coordinate representation of color #D31012: hue angle of 359.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31012 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 16 18 -
CMYK 0 0.92 0.91 0.17
HSL 359.38º 0.86% 0.45% -
HSV(B) 359.38º 0.92% 0.83% -
XYZ 27.16 14.26 1.89 -
YUV 74.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 211 16 18 0 0.92 0.91 0.17 359.38 0.86 0.45
Hex D3 10 12 0 5C 5B 11 167 56 2D
Octal 323 20 22 0 134 133 21 547 126 55
Binary 11010011 10000 10010 0 1011100 1011011 10001 101100111 1010110 101101

Color Harmonies of #D31012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31012

Black with #D31012

Text Example


Text Example

White with #D31012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31012; }

 p { color: rgb(211,16,18); }

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

background-color css

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

 a { background-color: rgb(211,16,18); }

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

border-color css

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

 span { border-color: rgb(211,16,18); }

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