Html Css Color HEX #D1041B Venetian Red

📋 copy color: '#D1041B'

red 209 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #D1041B

Tints of Venetian Red #D1041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.25%

R = 87.08%
G = 1.67%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1041B (or 0xD1041B) is known color: Venetian Red. HEX triplet: D1, 04 and 1B. RGB value is (209,4,27). Sum of RGB (Red+Green+Blue) = 209+4+27=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D1041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1041B is #2EFBE4. Grayscale: #444444. Windows color (decimal): -3079141 or 1770705. OLE color: 1770705.

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

Color convert

RGB 209 4 27 -
CMYK 0 0.98 0.87 0.18
HSL 353.27º 0.96% 0.42% -
HSV(B) 353.27º 0.98% 0.82% -
XYZ 26.54 13.72 2.29 -
YUV 67.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 209 4 27 0 0.98 0.87 0.18 353.27 0.96 0.42
Hex D1 4 1B 0 62 57 12 161 60 2A
Octal 321 4 33 0 142 127 22 541 140 52
Binary 11010001 100 11011 0 1100010 1010111 10010 101100001 1100000 101010

Color Harmonies of #D1041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1041B

Black with #D1041B

Text Example


Text Example

White with #D1041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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