Html Css Color HEX #D10114 Venetian Red

📋 copy color: '#D10114'

red 209 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #D10114

Tints of Venetian Red #D10114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.7%

R = 90.87%
G = 0.43%
B = 8.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D10114 (or 0xD10114) is known color: Venetian Red. HEX triplet: D1, 01 and 14. RGB value is (209,1,20). Sum of RGB (Red+Green+Blue) = 209+1+20=230 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.87% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 209 - color contains mainly: red. Hex color #D10114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10114 is #2EFEEB. Grayscale: #414141. Windows color (decimal): -3079916 or 1311185. OLE color: 1311185.

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

Color convert

RGB 209 1 20 -
CMYK 0 1.00 0.90 0.18
HSL 354.52º 0.99% 0.41% -
HSV(B) 354.52º 1% 0.82% -
XYZ 26.43 13.63 1.9 -
YUV 65.36 102.41 230.46 -
System Red Green Blue C M Y K H S L
Decimal 209 1 20 0 1.00 0.90 0.18 354.52 0.99 0.41
Hex D1 1 14 0 64 5A 12 163 63 29
Octal 321 1 24 0 144 132 22 543 143 51
Binary 11010001 1 10100 0 1100100 1011010 10010 101100011 1100011 101001

Color Harmonies of #D10114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10114

Black with #D10114

Text Example


Text Example

White with #D10114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10114; }

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

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

background-color css

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

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

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

border-color css

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

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

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