Html Css Color HEX #D10104 Venetian Red

📋 copy color: '#D10104'

red 209 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #D10104

Tints of Venetian Red #D10104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.87%

R = 97.66%
G = 0.47%
B = 1.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D10104 (or 0xD10104) is known color: Venetian Red. HEX triplet: D1, 01 and 04. RGB value is (209,1,4). Sum of RGB (Red+Green+Blue) = 209+1+4=214 (28% of max value = 765). Red value is 209 (82.03% from 255 or 97.66% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 209 - color contains mainly: red. Hex color #D10104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10104 is #2EFEFB. Grayscale: #3F3F3F. Windows color (decimal): -3079932 or 262609. OLE color: 262609.

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

Color convert

RGB 209 1 4 -
CMYK 0 1.00 0.98 0.18
HSL 359.13º 0.99% 0.41% -
HSV(B) 359.13º 1% 0.82% -
XYZ 26.33 13.59 1.35 -
YUV 63.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 209 1 4 0 1.00 0.98 0.18 359.13 0.99 0.41
Hex D1 1 4 0 64 62 12 167 63 29
Octal 321 1 4 0 144 142 22 547 143 51
Binary 11010001 1 100 0 1100100 1100010 10010 101100111 1100011 101001

Color Harmonies of #D10104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10104

Black with #D10104

Text Example


Text Example

White with #D10104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10104; }

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

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

background-color css

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

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

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

border-color css

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

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

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