Html Css Color HEX #D10123 Venetian Red

📋 copy color: '#D10123'

red 209 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #D10123

Tints of Venetian Red #D10123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 85.31%
G = 0.41%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D10123 (or 0xD10123) is known color: Venetian Red. HEX triplet: D1, 01 and 23. RGB value is (209,1,35). Sum of RGB (Red+Green+Blue) = 209+1+35=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D10123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10123 is #2EFEDC. Grayscale: #434343. Windows color (decimal): -3079901 or 2294225. OLE color: 2294225.

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

Color convert

RGB 209 1 35 -
CMYK 0 1.00 0.83 0.18
HSL 350.19º 0.99% 0.41% -
HSV(B) 350.19º 1% 0.82% -
XYZ 26.61 13.7 2.83 -
YUV 67.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 209 1 35 0 1.00 0.83 0.18 350.19 0.99 0.41
Hex D1 1 23 0 64 53 12 15E 63 29
Octal 321 1 43 0 144 123 22 536 143 51
Binary 11010001 1 100011 0 1100100 1010011 10010 101011110 1100011 101001

Color Harmonies of #D10123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10123

Black with #D10123

Text Example


Text Example

White with #D10123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10123; }

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

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

background-color css

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

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

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

border-color css

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

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

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