Html Css Color HEX #D1001F Venetian Red

📋 copy color: '#D1001F'

red 209 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #D1001F

Tints of Venetian Red #D1001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.08%
G = 0%
B = 12.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1001F (or 0xD1001F) is known color: Venetian Red. HEX triplet: D1, 00 and 1F. RGB value is (209,0,31). Sum of RGB (Red+Green+Blue) = 209+0+31=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D1001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1001F is #2EFFE0. Grayscale: #424242. Windows color (decimal): -3080161 or 2031825. OLE color: 2031825.

HSL color Cylindrical-coordinate representation of color #D1001F: hue angle of 351.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1001F is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 31 -
CMYK 0 1 0.85 0.18
HSL 351.1º 1% 0.41% -
HSV(B) 351.1º 1% 0.82% -
XYZ 26.54 13.65 2.53 -
YUV 66.03 108.24 229.98 -
System Red Green Blue C M Y K H S L
Decimal 209 0 31 0 1 0.85 0.18 351.1 1 0.41
Hex D1 0 1F 0 64 55 12 15F 64 29
Octal 321 0 37 0 144 125 22 537 144 51
Binary 11010001 0 11111 0 1100100 1010101 10010 101011111 1100100 101001

Color Harmonies of #D1001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1001F

Black with #D1001F

Text Example


Text Example

White with #D1001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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