Html Css Color HEX #D10118 Venetian Red

📋 copy color: '#D10118'

red 209 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #D10118

Tints of Venetian Red #D10118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 89.32%
G = 0.43%
B = 10.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10118 (or 0xD10118) is known color: Venetian Red. HEX triplet: D1, 01 and 18. RGB value is (209,1,24). Sum of RGB (Red+Green+Blue) = 209+1+24=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10118 is #2EFEE7. Grayscale: #414141. Windows color (decimal): -3079912 or 1573329. OLE color: 1573329.

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

Color convert

RGB 209 1 24 -
CMYK 0 1.00 0.89 0.18
HSL 353.37º 0.99% 0.41% -
HSV(B) 353.37º 1% 0.82% -
XYZ 26.47 13.64 2.1 -
YUV 65.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 209 1 24 0 1.00 0.89 0.18 353.37 0.99 0.41
Hex D1 1 18 0 64 59 12 161 63 29
Octal 321 1 30 0 144 131 22 541 143 51
Binary 11010001 1 11000 0 1100100 1011001 10010 101100001 1100011 101001

Color Harmonies of #D10118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10118

Black with #D10118

Text Example


Text Example

White with #D10118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10118; }

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

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

background-color css

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

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

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

border-color css

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

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

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