Html Css Color HEX #D3031A Venetian Red

📋 copy color: '#D3031A'

red 211 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #D3031A

Tints of Venetian Red #D3031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 87.92%
G = 1.25%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D3031A (or 0xD3031A) is known color: Venetian Red. HEX triplet: D3, 03 and 1A. RGB value is (211,3,26). Sum of RGB (Red+Green+Blue) = 211+3+26=240 (31% of max value = 765). Red value is 211 (82.81% from 255 or 87.92% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 211 - color contains mainly: red. Hex color #D3031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3031A is #2CFCE5. Grayscale: #434343. Windows color (decimal): -2948326 or 1704915. OLE color: 1704915.

HSL color Cylindrical-coordinate representation of color #D3031A: hue angle of 353.37º 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 #D3031A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 3 26 -
CMYK 0 0.99 0.88 0.17
HSL 353.37º 0.97% 0.42% -
HSV(B) 353.37º 0.99% 0.83% -
XYZ 27.08 13.99 2.25 -
YUV 67.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 211 3 26 0 0.99 0.88 0.17 353.37 0.97 0.42
Hex D3 3 1A 0 63 58 11 161 61 2A
Octal 323 3 32 0 143 130 21 541 141 52
Binary 11010011 11 11010 0 1100011 1011000 10001 101100001 1100001 101010

Color Harmonies of #D3031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3031A

Black with #D3031A

Text Example


Text Example

White with #D3031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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