Html Css Color HEX #D10122 Venetian Red

📋 copy color: '#D10122'

red 209 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #D10122

Tints of Venetian Red #D10122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 34 (13.67% from 255) = 13.93%

R = 85.66%
G = 0.41%
B = 13.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10122 (or 0xD10122) is known color: Venetian Red. HEX triplet: D1, 01 and 22. RGB value is (209,1,34). Sum of RGB (Red+Green+Blue) = 209+1+34=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D10122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10122 is #2EFEDD. Grayscale: #434343. Windows color (decimal): -3079902 or 2228689. OLE color: 2228689.

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

Color convert

RGB 209 1 34 -
CMYK 0 1.00 0.84 0.18
HSL 350.48º 0.99% 0.41% -
HSV(B) 350.48º 1% 0.82% -
XYZ 26.59 13.69 2.75 -
YUV 66.95 109.41 229.32 -
System Red Green Blue C M Y K H S L
Decimal 209 1 34 0 1.00 0.84 0.18 350.48 0.99 0.41
Hex D1 1 22 0 64 54 12 15E 63 29
Octal 321 1 42 0 144 124 22 536 143 51
Binary 11010001 1 100010 0 1100100 1010100 10010 101011110 1100011 101001

Color Harmonies of #D10122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10122

Black with #D10122

Text Example


Text Example

White with #D10122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10122; }

 p { color: rgb(209,1,34); }

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

background-color css

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

 a { background-color: rgb(209,1,34); }

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

border-color css

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

 span { border-color: rgb(209,1,34); }

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