Html Css Color HEX #D3090F Venetian Red

📋 copy color: '#D3090F'

red 211 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #D3090F

Tints of Venetian Red #D3090F

RGB

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

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

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

R = 89.79%
G = 3.83%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3090F (or 0xD3090F) is known color: Venetian Red. HEX triplet: D3, 09 and 0F. RGB value is (211,9,15). Sum of RGB (Red+Green+Blue) = 211+9+15=235 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.79% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 211 - color contains mainly: red. Hex color #D3090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3090F is #2CF6F0. Grayscale: #464646. Windows color (decimal): -2946801 or 985555. OLE color: 985555.

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

Color convert

RGB 211 9 15 -
CMYK 0 0.96 0.93 0.17
HSL 358.22º 0.92% 0.43% -
HSV(B) 358.22º 0.96% 0.83% -
XYZ 27.05 14.08 1.74 -
YUV 70.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 211 9 15 0 0.96 0.93 0.17 358.22 0.92 0.43
Hex D3 9 F 0 60 5D 11 166 5C 2B
Octal 323 11 17 0 140 135 21 546 134 53
Binary 11010011 1001 1111 0 1100000 1011101 10001 101100110 1011100 101011

Color Harmonies of #D3090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3090F

Black with #D3090F

Text Example


Text Example

White with #D3090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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