Html Css Color HEX #D7090A Venetian Red

📋 copy color: '#D7090A'

red 215 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #D7090A

Tints of Venetian Red #D7090A

RGB

 RED value IS 215 (84.38% from 255) = 91.88%

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

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

R = 91.88%
G = 3.85%
B = 4.27%

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

#D7090A (or 0xD7090A) is known color: Venetian Red. HEX triplet: D7, 09 and 0A. RGB value is (215,9,10). Sum of RGB (Red+Green+Blue) = 215+9+10=234 (30% of max value = 765). Red value is 215 (84.38% from 255 or 91.88% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 215 - color contains mainly: red. Hex color #D7090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7090A is #28F6F5. Grayscale: #464646. Windows color (decimal): -2684662 or 657879. OLE color: 657879.

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

Color convert

RGB 215 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 28.18 14.66 1.63 -
YUV 70.71 93.75 230.92 -
System Red Green Blue C M Y K H S L
Decimal 215 9 10 0 0.96 0.95 0.16 359.71 0.92 0.44
Hex D7 9 A 0 60 5F 10 168 5C 2C
Octal 327 11 12 0 140 137 20 550 134 54
Binary 11010111 1001 1010 0 1100000 1011111 10000 101101000 1011100 101100

Color Harmonies of #D7090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7090A

Black with #D7090A

Text Example


Text Example

White with #D7090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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