Html Css Color HEX #D0090C Venetian Red

📋 copy color: '#D0090C'

red 208 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #D0090C

Tints of Venetian Red #D0090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 90.83%
G = 3.93%
B = 5.24%

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

#D0090C (or 0xD0090C) is known color: Venetian Red. HEX triplet: D0, 09 and 0C. RGB value is (208,9,12). Sum of RGB (Red+Green+Blue) = 208+9+12=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D0090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0090C is #2FF6F3. Grayscale: #454545. Windows color (decimal): -3143412 or 788944. OLE color: 788944.

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

Color convert

RGB 208 9 12 -
CMYK 0 0.96 0.94 0.18
HSL 359.1º 0.92% 0.43% -
HSV(B) 359.1º 0.96% 0.82% -
XYZ 26.18 13.63 1.6 -
YUV 68.84 95.93 227.26 -
System Red Green Blue C M Y K H S L
Decimal 208 9 12 0 0.96 0.94 0.18 359.1 0.92 0.43
Hex D0 9 C 0 60 5E 12 167 5C 2B
Octal 320 11 14 0 140 136 22 547 134 53
Binary 11010000 1001 1100 0 1100000 1011110 10010 101100111 1011100 101011

Color Harmonies of #D0090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0090C

Black with #D0090C

Text Example


Text Example

White with #D0090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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