Html Css Color HEX #D6090F Venetian Red

📋 copy color: '#D6090F'

red 214 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #D6090F

Tints of Venetian Red #D6090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 89.92%
G = 3.78%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6090F (or 0xD6090F) is known color: Venetian Red. HEX triplet: D6, 09 and 0F. RGB value is (214,9,15). Sum of RGB (Red+Green+Blue) = 214+9+15=238 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.92% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 214 - color contains mainly: red. Hex color #D6090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6090F is #29F6F0. Grayscale: #474747. Windows color (decimal): -2750193 or 985558. OLE color: 985558.

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

Color convert

RGB 214 9 15 -
CMYK 0 0.96 0.93 0.16
HSL 358.24º 0.92% 0.44% -
HSV(B) 358.24º 0.96% 0.84% -
XYZ 27.92 14.53 1.78 -
YUV 70.98 96.42 230.01 -
System Red Green Blue C M Y K H S L
Decimal 214 9 15 0 0.96 0.93 0.16 358.24 0.92 0.44
Hex D6 9 F 0 60 5D 10 166 5C 2C
Octal 326 11 17 0 140 135 20 546 134 54
Binary 11010110 1001 1111 0 1100000 1011101 10000 101100110 1011100 101100

Color Harmonies of #D6090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6090F

Black with #D6090F

Text Example


Text Example

White with #D6090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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