Html Css Color HEX #D1030B Venetian Red

📋 copy color: '#D1030B'

red 209 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #D1030B

Tints of Venetian Red #D1030B

RGB

 RED value IS 209 (82.03% from 255) = 93.72%

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 11 (4.69% from 255) = 4.93%

R = 93.72%
G = 1.35%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1030B (or 0xD1030B) is known color: Venetian Red. HEX triplet: D1, 03 and 0B. RGB value is (209,3,11). Sum of RGB (Red+Green+Blue) = 209+3+11=223 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.72% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 209 - color contains mainly: red. Hex color #D1030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1030B is #2EFCF4. Grayscale: #414141. Windows color (decimal): -3079413 or 721873. OLE color: 721873.

HSL color Cylindrical-coordinate representation of color #D1030B: hue angle of 357.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 3 11 -
CMYK 0 0.99 0.95 0.18
HSL 357.67º 0.97% 0.42% -
HSV(B) 357.67º 0.99% 0.82% -
XYZ 26.39 13.64 1.56 -
YUV 65.51 97.25 230.35 -
System Red Green Blue C M Y K H S L
Decimal 209 3 11 0 0.99 0.95 0.18 357.67 0.97 0.42
Hex D1 3 B 0 63 5F 12 166 61 2A
Octal 321 3 13 0 143 137 22 546 141 52
Binary 11010001 11 1011 0 1100011 1011111 10010 101100110 1100001 101010

Color Harmonies of #D1030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1030B

Black with #D1030B

Text Example


Text Example

White with #D1030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1030B; }

 p { color: rgb(209,3,11); }

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

background-color css

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

 a { background-color: rgb(209,3,11); }

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

border-color css

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

 span { border-color: rgb(209,3,11); }

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