Html Css Color HEX #D7090C Venetian Red

📋 copy color: '#D7090C'

red 215 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #D7090C

Tints of Venetian Red #D7090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 91.1%
G = 3.81%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7090C (or 0xD7090C) is known color: Venetian Red. HEX triplet: D7, 09 and 0C. RGB value is (215,9,12). Sum of RGB (Red+Green+Blue) = 215+9+12=236 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.10% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 215 - color contains mainly: red. Hex color #D7090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7090C is #28F6F3. Grayscale: #474747. Windows color (decimal): -2684660 or 788951. OLE color: 788951.

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

Color convert

RGB 215 9 12 -
CMYK 0 0.96 0.94 0.16
HSL 359.13º 0.92% 0.44% -
HSV(B) 359.13º 0.96% 0.84% -
XYZ 28.19 14.67 1.69 -
YUV 70.94 94.75 230.76 -
System Red Green Blue C M Y K H S L
Decimal 215 9 12 0 0.96 0.94 0.16 359.13 0.92 0.44
Hex D7 9 C 0 60 5E 10 167 5C 2C
Octal 327 11 14 0 140 136 20 547 134 54
Binary 11010111 1001 1100 0 1100000 1011110 10000 101100111 1011100 101100

Color Harmonies of #D7090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7090C

Black with #D7090C

Text Example


Text Example

White with #D7090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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