Html Css Color HEX #D2091A Venetian Red

📋 copy color: '#D2091A'

red 210 ◦ green 9 ◦ blue 26

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

Shades of Venetian Red #D2091A

Tints of Venetian Red #D2091A

RGB

 RED value IS 210 (82.42% from 255) = 85.71%

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

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

R = 85.71%
G = 3.67%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2091A (or 0xD2091A) is known color: Venetian Red. HEX triplet: D2, 09 and 1A. RGB value is (210,9,26). Sum of RGB (Red+Green+Blue) = 210+9+26=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D2091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2091A is #2DF6E5. Grayscale: #474747. Windows color (decimal): -3012326 or 1706450. OLE color: 1706450.

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

Color convert

RGB 210 9 26 -
CMYK 0 0.96 0.88 0.18
HSL 354.93º 0.92% 0.43% -
HSV(B) 354.93º 0.96% 0.82% -
XYZ 26.86 13.97 2.26 -
YUV 71.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 210 9 26 0 0.96 0.88 0.18 354.93 0.92 0.43
Hex D2 9 1A 0 60 58 12 163 5C 2B
Octal 322 11 32 0 140 130 22 543 134 53
Binary 11010010 1001 11010 0 1100000 1011000 10010 101100011 1011100 101011

Color Harmonies of #D2091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2091A

Black with #D2091A

Text Example


Text Example

White with #D2091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2091A; }

 p { color: rgb(210,9,26); }

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

background-color css

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

 a { background-color: rgb(210,9,26); }

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

border-color css

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

 span { border-color: rgb(210,9,26); }

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