Html Css Color HEX #D5090A Venetian Red

📋 copy color: '#D5090A'

red 213 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #D5090A

Tints of Venetian Red #D5090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 91.81%
G = 3.88%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5090A (or 0xD5090A) is known color: Venetian Red. HEX triplet: D5, 09 and 0A. RGB value is (213,9,10). Sum of RGB (Red+Green+Blue) = 213+9+10=232 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.81% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 213 - color contains mainly: red. Hex color #D5090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5090A is #2AF6F5. Grayscale: #464646. Windows color (decimal): -2815734 or 657877. OLE color: 657877.

HSL color Cylindrical-coordinate representation of color #D5090A: hue angle of 359.71º 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 #D5090A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 10 -
CMYK 0 0.96 0.95 0.16
HSL 359.71º 0.92% 0.44% -
HSV(B) 359.71º 0.96% 0.84% -
XYZ 27.59 14.36 1.61 -
YUV 70.11 94.09 229.92 -
System Red Green Blue C M Y K H S L
Decimal 213 9 10 0 0.96 0.95 0.16 359.71 0.92 0.44
Hex D5 9 A 0 60 5F 10 168 5C 2C
Octal 325 11 12 0 140 137 20 550 134 54
Binary 11010101 1001 1010 0 1100000 1011111 10000 101101000 1011100 101100

Color Harmonies of #D5090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5090A

Black with #D5090A

Text Example


Text Example

White with #D5090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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