Html Css Color HEX #D0090F Venetian Red

📋 copy color: '#D0090F'

red 208 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #D0090F

Tints of Venetian Red #D0090F

RGB

 RED value IS 208 (81.64% from 255) = 89.66%

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

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

R = 89.66%
G = 3.88%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0090F (or 0xD0090F) is known color: Venetian Red. HEX triplet: D0, 09 and 0F. RGB value is (208,9,15). Sum of RGB (Red+Green+Blue) = 208+9+15=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D0090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0090F is #2FF6F0. Grayscale: #454545. Windows color (decimal): -3143409 or 985552. OLE color: 985552.

HSL color Cylindrical-coordinate representation of color #D0090F: hue angle of 358.19º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0090F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 15 -
CMYK 0 0.96 0.93 0.18
HSL 358.19º 0.92% 0.43% -
HSV(B) 358.19º 0.96% 0.82% -
XYZ 26.2 13.64 1.7 -
YUV 69.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 208 9 15 0 0.96 0.93 0.18 358.19 0.92 0.43
Hex D0 9 F 0 60 5D 12 166 5C 2B
Octal 320 11 17 0 140 135 22 546 134 53
Binary 11010000 1001 1111 0 1100000 1011101 10010 101100110 1011100 101011

Color Harmonies of #D0090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0090F

Black with #D0090F

Text Example


Text Example

White with #D0090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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