Html Css Color HEX #D3091E Venetian Red

📋 copy color: '#D3091E'

red 211 ◦ green 9 ◦ blue 30

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

Shades of Venetian Red #D3091E

Tints of Venetian Red #D3091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

 BLUE value IS 30 (12.11% from 255) = 12%

R = 84.4%
G = 3.6%
B = 12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3091E (or 0xD3091E) is known color: Venetian Red. HEX triplet: D3, 09 and 1E. RGB value is (211,9,30). Sum of RGB (Red+Green+Blue) = 211+9+30=250 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 211 - color contains mainly: red. Hex color #D3091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3091E is #2CF6E1. Grayscale: #474747. Windows color (decimal): -2946786 or 1968595. OLE color: 1968595.

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

Color convert

RGB 211 9 30 -
CMYK 0 0.96 0.86 0.17
HSL 353.76º 0.92% 0.43% -
HSV(B) 353.76º 0.96% 0.83% -
XYZ 27.2 14.14 2.52 -
YUV 71.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 211 9 30 0 0.96 0.86 0.17 353.76 0.92 0.43
Hex D3 9 1E 0 60 56 11 162 5C 2B
Octal 323 11 36 0 140 126 21 542 134 53
Binary 11010011 1001 11110 0 1100000 1010110 10001 101100010 1011100 101011

Color Harmonies of #D3091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3091E

Black with #D3091E

Text Example


Text Example

White with #D3091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3091E; }

 p { color: rgb(211,9,30); }

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

background-color css

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

 a { background-color: rgb(211,9,30); }

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

border-color css

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

 span { border-color: rgb(211,9,30); }

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