Html Css Color HEX #D1021A Venetian Red

📋 copy color: '#D1021A'

red 209 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #D1021A

Tints of Venetian Red #D1021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 88.19%
G = 0.84%
B = 10.97%

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

#D1021A (or 0xD1021A) is known color: Venetian Red. HEX triplet: D1, 02 and 1A. RGB value is (209,2,26). Sum of RGB (Red+Green+Blue) = 209+2+26=237 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.19% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 209 - color contains mainly: red. Hex color #D1021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1021A is #2EFDE5. Grayscale: #424242. Windows color (decimal): -3079654 or 1704657. OLE color: 1704657.

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

Color convert

RGB 209 2 26 -
CMYK 0 0.99 0.88 0.18
HSL 353.04º 0.98% 0.41% -
HSV(B) 353.04º 0.99% 0.82% -
XYZ 26.5 13.67 2.22 -
YUV 66.63 105.08 229.55 -
System Red Green Blue C M Y K H S L
Decimal 209 2 26 0 0.99 0.88 0.18 353.04 0.98 0.41
Hex D1 2 1A 0 63 58 12 161 62 29
Octal 321 2 32 0 143 130 22 541 142 51
Binary 11010001 10 11010 0 1100011 1011000 10010 101100001 1100010 101001

Color Harmonies of #D1021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1021A

Black with #D1021A

Text Example


Text Example

White with #D1021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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