Html Css Color HEX #D3090C Venetian Red

📋 copy color: '#D3090C'

red 211 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #D3090C

Tints of Venetian Red #D3090C

RGB

 RED value IS 211 (82.81% from 255) = 90.95%

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

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

R = 90.95%
G = 3.88%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3090C (or 0xD3090C) is known color: Venetian Red. HEX triplet: D3, 09 and 0C. RGB value is (211,9,12). Sum of RGB (Red+Green+Blue) = 211+9+12=232 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.95% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 211 - color contains mainly: red. Hex color #D3090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3090C is #2CF6F3. Grayscale: #454545. Windows color (decimal): -2946804 or 788947. OLE color: 788947.

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

Color convert

RGB 211 9 12 -
CMYK 0 0.96 0.94 0.17
HSL 359.11º 0.92% 0.43% -
HSV(B) 359.11º 0.96% 0.83% -
XYZ 27.03 14.07 1.64 -
YUV 69.74 95.42 228.76 -
System Red Green Blue C M Y K H S L
Decimal 211 9 12 0 0.96 0.94 0.17 359.11 0.92 0.43
Hex D3 9 C 0 60 5E 11 167 5C 2B
Octal 323 11 14 0 140 136 21 547 134 53
Binary 11010011 1001 1100 0 1100000 1011110 10001 101100111 1011100 101011

Color Harmonies of #D3090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3090C

Black with #D3090C

Text Example


Text Example

White with #D3090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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