Html Css Color HEX #D0090B Venetian Red

📋 copy color: '#D0090B'

red 208 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #D0090B

Tints of Venetian Red #D0090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 91.23%
G = 3.95%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0090B (or 0xD0090B) is known color: Venetian Red. HEX triplet: D0, 09 and 0B. RGB value is (208,9,11). Sum of RGB (Red+Green+Blue) = 208+9+11=228 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.23% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 208 - color contains mainly: red. Hex color #D0090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0090B is #2FF6F4. Grayscale: #444444. Windows color (decimal): -3143413 or 723408. OLE color: 723408.

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

Color convert

RGB 208 9 11 -
CMYK 0 0.96 0.95 0.18
HSL 359.4º 0.92% 0.43% -
HSV(B) 359.4º 0.96% 0.82% -
XYZ 26.17 13.63 1.57 -
YUV 68.73 95.43 227.34 -
System Red Green Blue C M Y K H S L
Decimal 208 9 11 0 0.96 0.95 0.18 359.4 0.92 0.43
Hex D0 9 B 0 60 5F 12 167 5C 2B
Octal 320 11 13 0 140 137 22 547 134 53
Binary 11010000 1001 1011 0 1100000 1011111 10010 101100111 1011100 101011

Color Harmonies of #D0090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0090B

Black with #D0090B

Text Example


Text Example

White with #D0090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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