Html Css Color HEX #D10128 Venetian Red

📋 copy color: '#D10128'

red 209 ◦ green 1 ◦ blue 40

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

Shades of Venetian Red #D10128

Tints of Venetian Red #D10128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16%

R = 83.6%
G = 0.4%
B = 16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D10128 (or 0xD10128) is known color: Venetian Red. HEX triplet: D1, 01 and 28. RGB value is (209,1,40). Sum of RGB (Red+Green+Blue) = 209+1+40=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D10128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10128 is #2EFED7. Grayscale: #434343. Windows color (decimal): -3079896 or 2621905. OLE color: 2621905.

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

Color convert

RGB 209 1 40 -
CMYK 0 1.00 0.81 0.18
HSL 348.75º 0.99% 0.41% -
HSV(B) 348.75º 1% 0.82% -
XYZ 26.69 13.73 3.25 -
YUV 67.64 112.41 228.83 -
System Red Green Blue C M Y K H S L
Decimal 209 1 40 0 1.00 0.81 0.18 348.75 0.99 0.41
Hex D1 1 28 0 64 51 12 15D 63 29
Octal 321 1 50 0 144 121 22 535 143 51
Binary 11010001 1 101000 0 1100100 1010001 10010 101011101 1100011 101001

Color Harmonies of #D10128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10128

Black with #D10128

Text Example


Text Example

White with #D10128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10128; }

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

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

background-color css

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

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

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

border-color css

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

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

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