Html Css Color HEX #D3090D Venetian Red

📋 copy color: '#D3090D'

red 211 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #D3090D

Tints of Venetian Red #D3090D

RGB

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

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

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

R = 90.56%
G = 3.86%
B = 5.58%

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

#D3090D (or 0xD3090D) is known color: Venetian Red. HEX triplet: D3, 09 and 0D. RGB value is (211,9,13). Sum of RGB (Red+Green+Blue) = 211+9+13=233 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.56% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 211 - color contains mainly: red. Hex color #D3090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3090D is #2CF6F2. Grayscale: #464646. Windows color (decimal): -2946803 or 854483. OLE color: 854483.

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

Color convert

RGB 211 9 13 -
CMYK 0 0.96 0.94 0.17
HSL 358.81º 0.92% 0.43% -
HSV(B) 358.81º 0.96% 0.83% -
XYZ 27.03 14.07 1.67 -
YUV 69.85 95.92 228.67 -
System Red Green Blue C M Y K H S L
Decimal 211 9 13 0 0.96 0.94 0.17 358.81 0.92 0.43
Hex D3 9 D 0 60 5E 11 167 5C 2B
Octal 323 11 15 0 140 136 21 547 134 53
Binary 11010011 1001 1101 0 1100000 1011110 10001 101100111 1011100 101011

Color Harmonies of #D3090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3090D

Black with #D3090D

Text Example


Text Example

White with #D3090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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