Html Css Color HEX #D0090D Venetian Red

📋 copy color: '#D0090D'

red 208 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #D0090D

Tints of Venetian Red #D0090D

RGB

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

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

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

R = 90.43%
G = 3.91%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0090D (or 0xD0090D) is known color: Venetian Red. HEX triplet: D0, 09 and 0D. RGB value is (208,9,13). Sum of RGB (Red+Green+Blue) = 208+9+13=230 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.43% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 208 - color contains mainly: red. Hex color #D0090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0090D is #2FF6F2. Grayscale: #454545. Windows color (decimal): -3143411 or 854480. OLE color: 854480.

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

Color convert

RGB 208 9 13 -
CMYK 0 0.96 0.94 0.18
HSL 358.79º 0.92% 0.43% -
HSV(B) 358.79º 0.96% 0.82% -
XYZ 26.18 13.63 1.63 -
YUV 68.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 208 9 13 0 0.96 0.94 0.18 358.79 0.92 0.43
Hex D0 9 D 0 60 5E 12 167 5C 2B
Octal 320 11 15 0 140 136 22 547 134 53
Binary 11010000 1001 1101 0 1100000 1011110 10010 101100111 1011100 101011

Color Harmonies of #D0090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0090D

Black with #D0090D

Text Example


Text Example

White with #D0090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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