Html Css Color HEX #D5091A Venetian Red

📋 copy color: '#D5091A'

red 213 ◦ green 9 ◦ blue 26

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

Shades of Venetian Red #D5091A

Tints of Venetian Red #D5091A

RGB

 RED value IS 213 (83.59% from 255) = 85.89%

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

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

R = 85.89%
G = 3.63%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5091A (or 0xD5091A) is known color: Venetian Red. HEX triplet: D5, 09 and 1A. RGB value is (213,9,26). Sum of RGB (Red+Green+Blue) = 213+9+26=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D5091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5091A is #2AF6E5. Grayscale: #484848. Windows color (decimal): -2815718 or 1706453. OLE color: 1706453.

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

Color convert

RGB 213 9 26 -
CMYK 0 0.96 0.88 0.16
HSL 355º 0.92% 0.44% -
HSV(B) 355º 0.96% 0.84% -
XYZ 27.72 14.42 2.3 -
YUV 71.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 213 9 26 0 0.96 0.88 0.16 355 0.92 0.44
Hex D5 9 1A 0 60 58 10 163 5C 2C
Octal 325 11 32 0 140 130 20 543 134 54
Binary 11010101 1001 11010 0 1100000 1011000 10000 101100011 1011100 101100

Color Harmonies of #D5091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5091A

Black with #D5091A

Text Example


Text Example

White with #D5091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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