Html Css Color HEX #D1041A Venetian Red

📋 copy color: '#D1041A'

red 209 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #D1041A

Tints of Venetian Red #D1041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.88%

R = 87.45%
G = 1.67%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1041A (or 0xD1041A) is known color: Venetian Red. HEX triplet: D1, 04 and 1A. RGB value is (209,4,26). Sum of RGB (Red+Green+Blue) = 209+4+26=239 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.45% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 209 - color contains mainly: red. Hex color #D1041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1041A is #2EFBE5. Grayscale: #434343. Windows color (decimal): -3079142 or 1705169. OLE color: 1705169.

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

Color convert

RGB 209 4 26 -
CMYK 0 0.98 0.88 0.18
HSL 353.56º 0.96% 0.42% -
HSV(B) 353.56º 0.98% 0.82% -
XYZ 26.52 13.72 2.23 -
YUV 67.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 209 4 26 0 0.98 0.88 0.18 353.56 0.96 0.42
Hex D1 4 1A 0 62 58 12 162 60 2A
Octal 321 4 32 0 142 130 22 542 140 52
Binary 11010001 100 11010 0 1100010 1011000 10010 101100010 1100000 101010

Color Harmonies of #D1041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1041A

Black with #D1041A

Text Example


Text Example

White with #D1041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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