Html Css Color HEX #D30D10 Venetian Red

📋 copy color: '#D30D10'

red 211 ◦ green 13 ◦ blue 16

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

Shades of Venetian Red #D30D10

Tints of Venetian Red #D30D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.42%

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

R = 87.92%
G = 5.42%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D30D10 (or 0xD30D10) is known color: Venetian Red. HEX triplet: D3, 0D and 10. RGB value is (211,13,16). Sum of RGB (Red+Green+Blue) = 211+13+16=240 (31% of max value = 765). Red value is 211 (82.81% from 255 or 87.92% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30D10 is #2CF2EF. Grayscale: #484848. Windows color (decimal): -2945776 or 1052115. OLE color: 1052115.

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

Color convert

RGB 211 13 16 -
CMYK 0 0.94 0.92 0.17
HSL 359.09º 0.88% 0.44% -
HSV(B) 359.09º 0.94% 0.83% -
XYZ 27.1 14.17 1.8 -
YUV 72.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 211 13 16 0 0.94 0.92 0.17 359.09 0.88 0.44
Hex D3 D 10 0 5E 5C 11 167 58 2C
Octal 323 15 20 0 136 134 21 547 130 54
Binary 11010011 1101 10000 0 1011110 1011100 10001 101100111 1011000 101100

Color Harmonies of #D30D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30D10

Black with #D30D10

Text Example


Text Example

White with #D30D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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