Html Css Color HEX #D1040B Venetian Red

📋 copy color: '#D1040B'

red 209 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #D1040B

Tints of Venetian Red #D1040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 93.3%
G = 1.79%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1040B (or 0xD1040B) is known color: Venetian Red. HEX triplet: D1, 04 and 0B. RGB value is (209,4,11). Sum of RGB (Red+Green+Blue) = 209+4+11=224 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.30% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 209 - color contains mainly: red. Hex color #D1040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1040B is #2EFBF4. Grayscale: #424242. Windows color (decimal): -3079157 or 722129. OLE color: 722129.

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

Color convert

RGB 209 4 11 -
CMYK 0 0.98 0.95 0.18
HSL 357.95º 0.96% 0.42% -
HSV(B) 357.95º 0.98% 0.82% -
XYZ 26.4 13.67 1.56 -
YUV 66.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 209 4 11 0 0.98 0.95 0.18 357.95 0.96 0.42
Hex D1 4 B 0 62 5F 12 166 60 2A
Octal 321 4 13 0 142 137 22 546 140 52
Binary 11010001 100 1011 0 1100010 1011111 10010 101100110 1100000 101010

Color Harmonies of #D1040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1040B

Black with #D1040B

Text Example


Text Example

White with #D1040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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