Html Css Color HEX #D30311 Venetian Red

📋 copy color: '#D30311'

red 211 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #D30311

Tints of Venetian Red #D30311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 91.34%
G = 1.3%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D30311 (or 0xD30311) is known color: Venetian Red. HEX triplet: D3, 03 and 11. RGB value is (211,3,17). Sum of RGB (Red+Green+Blue) = 211+3+17=231 (30% of max value = 765). Red value is 211 (82.81% from 255 or 91.34% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 211 - color contains mainly: red. Hex color #D30311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30311 is #2CFCEE. Grayscale: #424242. Windows color (decimal): -2948335 or 1115091. OLE color: 1115091.

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

Color convert

RGB 211 3 17 -
CMYK 0 0.99 0.92 0.17
HSL 355.96º 0.97% 0.42% -
HSV(B) 355.96º 0.99% 0.83% -
XYZ 27 13.95 1.8 -
YUV 66.79 99.91 230.86 -
System Red Green Blue C M Y K H S L
Decimal 211 3 17 0 0.99 0.92 0.17 355.96 0.97 0.42
Hex D3 3 11 0 63 5C 11 164 61 2A
Octal 323 3 21 0 143 134 21 544 141 52
Binary 11010011 11 10001 0 1100011 1011100 10001 101100100 1100001 101010

Color Harmonies of #D30311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30311

Black with #D30311

Text Example


Text Example

White with #D30311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30311; }

 p { color: rgb(211,3,17); }

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

background-color css

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

 a { background-color: rgb(211,3,17); }

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

border-color css

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

 span { border-color: rgb(211,3,17); }

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