Html Css Color HEX #D1031A Venetian Red

📋 copy color: '#D1031A'

red 209 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #D1031A

Tints of Venetian Red #D1031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 87.82%
G = 1.26%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1031A (or 0xD1031A) is known color: Venetian Red. HEX triplet: D1, 03 and 1A. RGB value is (209,3,26). Sum of RGB (Red+Green+Blue) = 209+3+26=238 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.82% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 209 - color contains mainly: red. Hex color #D1031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1031A is #2EFCE5. Grayscale: #434343. Windows color (decimal): -3079398 or 1704913. OLE color: 1704913.

HSL color Cylindrical-coordinate representation of color #D1031A: hue angle of 353.3º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1031A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 3 26 -
CMYK 0 0.99 0.88 0.18
HSL 353.3º 0.97% 0.42% -
HSV(B) 353.3º 0.99% 0.82% -
XYZ 26.51 13.7 2.22 -
YUV 67.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 209 3 26 0 0.99 0.88 0.18 353.3 0.97 0.42
Hex D1 3 1A 0 63 58 12 161 61 2A
Octal 321 3 32 0 143 130 22 541 141 52
Binary 11010001 11 11010 0 1100011 1011000 10010 101100001 1100001 101010

Color Harmonies of #D1031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1031A

Black with #D1031A

Text Example


Text Example

White with #D1031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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