Html Css Color HEX #D1001A Venetian Red

📋 copy color: '#D1001A'

red 209 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #D1001A

Tints of Venetian Red #D1001A

RGB

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

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

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

R = 88.94%
G = 0%
B = 11.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1001A (or 0xD1001A) is known color: Venetian Red. HEX triplet: D1, 00 and 1A. RGB value is (209,0,26). Sum of RGB (Red+Green+Blue) = 209+0+26=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D1001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1001A is #2EFFE5. Grayscale: #414141. Windows color (decimal): -3080166 or 1704145. OLE color: 1704145.

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

Color convert

RGB 209 0 26 -
CMYK 0 1 0.88 0.18
HSL 352.54º 1% 0.41% -
HSV(B) 352.54º 1% 0.82% -
XYZ 26.48 13.63 2.21 -
YUV 65.46 105.74 230.39 -
System Red Green Blue C M Y K H S L
Decimal 209 0 26 0 1 0.88 0.18 352.54 1 0.41
Hex D1 0 1A 0 64 58 12 161 64 29
Octal 321 0 32 0 144 130 22 541 144 51
Binary 11010001 0 11010 0 1100100 1011000 10010 101100001 1100100 101001

Color Harmonies of #D1001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1001A

Black with #D1001A

Text Example


Text Example

White with #D1001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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