Html Css Color HEX #D10411 Venetian Red

📋 copy color: '#D10411'

red 209 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #D10411

Tints of Venetian Red #D10411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 90.87%
G = 1.74%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D10411 (or 0xD10411) is known color: Venetian Red. HEX triplet: D1, 04 and 11. RGB value is (209,4,17). Sum of RGB (Red+Green+Blue) = 209+4+17=230 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.87% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 209 - color contains mainly: red. Hex color #D10411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10411 is #2EFBEE. Grayscale: #424242. Windows color (decimal): -3079151 or 1115345. OLE color: 1115345.

HSL color Cylindrical-coordinate representation of color #D10411: hue angle of 356.2º 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 #D10411 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 4 17 -
CMYK 0 0.98 0.92 0.18
HSL 356.2º 0.96% 0.42% -
HSV(B) 356.2º 0.98% 0.82% -
XYZ 26.44 13.68 1.78 -
YUV 66.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 209 4 17 0 0.98 0.92 0.18 356.2 0.96 0.42
Hex D1 4 11 0 62 5C 12 164 60 2A
Octal 321 4 21 0 142 134 22 544 140 52
Binary 11010001 100 10001 0 1100010 1011100 10010 101100100 1100000 101010

Color Harmonies of #D10411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10411

Black with #D10411

Text Example


Text Example

White with #D10411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10411; }

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

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

background-color css

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

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

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

border-color css

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

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

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