Html Css Color HEX #D1040D Venetian Red

📋 copy color: '#D1040D'

red 209 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #D1040D

Tints of Venetian Red #D1040D

RGB

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

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

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

R = 92.48%
G = 1.77%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1040D (or 0xD1040D) is known color: Venetian Red. HEX triplet: D1, 04 and 0D. RGB value is (209,4,13). Sum of RGB (Red+Green+Blue) = 209+4+13=226 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.48% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 209 - color contains mainly: red. Hex color #D1040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1040D is #2EFBF2. Grayscale: #424242. Windows color (decimal): -3079155 or 853201. OLE color: 853201.

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

Color convert

RGB 209 4 13 -
CMYK 0 0.98 0.94 0.18
HSL 357.37º 0.96% 0.42% -
HSV(B) 357.37º 0.98% 0.82% -
XYZ 26.41 13.67 1.63 -
YUV 66.32 97.92 229.77 -
System Red Green Blue C M Y K H S L
Decimal 209 4 13 0 0.98 0.94 0.18 357.37 0.96 0.42
Hex D1 4 D 0 62 5E 12 165 60 2A
Octal 321 4 15 0 142 136 22 545 140 52
Binary 11010001 100 1101 0 1100010 1011110 10010 101100101 1100000 101010

Color Harmonies of #D1040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1040D

Black with #D1040D

Text Example


Text Example

White with #D1040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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