Html Css Color HEX #D1041F Venetian Red

📋 copy color: '#D1041F'

red 209 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #D1041F

Tints of Venetian Red #D1041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 85.66%
G = 1.64%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1041F (or 0xD1041F) is known color: Venetian Red. HEX triplet: D1, 04 and 1F. RGB value is (209,4,31). Sum of RGB (Red+Green+Blue) = 209+4+31=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D1041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1041F is #2EFBE0. Grayscale: #444444. Windows color (decimal): -3079137 or 2032849. OLE color: 2032849.

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

Color convert

RGB 209 4 31 -
CMYK 0 0.98 0.85 0.18
HSL 352.1º 0.96% 0.42% -
HSV(B) 352.1º 0.98% 0.82% -
XYZ 26.59 13.74 2.55 -
YUV 68.37 106.92 228.3 -
System Red Green Blue C M Y K H S L
Decimal 209 4 31 0 0.98 0.85 0.18 352.1 0.96 0.42
Hex D1 4 1F 0 62 55 12 160 60 2A
Octal 321 4 37 0 142 125 22 540 140 52
Binary 11010001 100 11111 0 1100010 1010101 10010 101100000 1100000 101010

Color Harmonies of #D1041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1041F

Black with #D1041F

Text Example


Text Example

White with #D1041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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