Html Css Color HEX #D1012A Venetian Red

📋 copy color: '#D1012A'

red 209 ◦ green 1 ◦ blue 42

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

Shades of Venetian Red #D1012A

Tints of Venetian Red #D1012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 82.94%
G = 0.4%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1012A (or 0xD1012A) is known color: Venetian Red. HEX triplet: D1, 01 and 2A. RGB value is (209,1,42). Sum of RGB (Red+Green+Blue) = 209+1+42=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D1012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1012A is #2EFED5. Grayscale: #434343. Windows color (decimal): -3079894 or 2752977. OLE color: 2752977.

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

Color convert

RGB 209 1 42 -
CMYK 0 1.00 0.80 0.18
HSL 348.17º 0.99% 0.41% -
HSV(B) 348.17º 1% 0.82% -
XYZ 26.72 13.74 3.43 -
YUV 67.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 209 1 42 0 1.00 0.80 0.18 348.17 0.99 0.41
Hex D1 1 2A 0 64 50 12 15C 63 29
Octal 321 1 52 0 144 120 22 534 143 51
Binary 11010001 1 101010 0 1100100 1010000 10010 101011100 1100011 101001

Color Harmonies of #D1012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1012A

Black with #D1012A

Text Example


Text Example

White with #D1012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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