Html Css Color HEX #D6090D Venetian Red

📋 copy color: '#D6090D'

red 214 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #D6090D

Tints of Venetian Red #D6090D

RGB

 RED value IS 214 (83.98% from 255) = 90.68%

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

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 90.68%
G = 3.81%
B = 5.51%

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

#D6090D (or 0xD6090D) is known color: Venetian Red. HEX triplet: D6, 09 and 0D. RGB value is (214,9,13). Sum of RGB (Red+Green+Blue) = 214+9+13=236 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.68% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 214 - color contains mainly: red. Hex color #D6090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6090D is #29F6F2. Grayscale: #464646. Windows color (decimal): -2750195 or 854486. OLE color: 854486.

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

Color convert

RGB 214 9 13 -
CMYK 0 0.96 0.94 0.16
HSL 358.83º 0.92% 0.44% -
HSV(B) 358.83º 0.96% 0.84% -
XYZ 27.9 14.52 1.71 -
YUV 70.75 95.42 230.17 -
System Red Green Blue C M Y K H S L
Decimal 214 9 13 0 0.96 0.94 0.16 358.83 0.92 0.44
Hex D6 9 D 0 60 5E 10 167 5C 2C
Octal 326 11 15 0 140 136 20 547 134 54
Binary 11010110 1001 1101 0 1100000 1011110 10000 101100111 1011100 101100

Color Harmonies of #D6090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6090D

Black with #D6090D

Text Example


Text Example

White with #D6090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6090D; }

 p { color: rgb(214,9,13); }

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

background-color css

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

 a { background-color: rgb(214,9,13); }

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

border-color css

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

 span { border-color: rgb(214,9,13); }

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