Html Css Color HEX #D10105 Venetian Red

📋 copy color: '#D10105'

red 209 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #D10105

Tints of Venetian Red #D10105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 97.21%
G = 0.47%
B = 2.33%

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

#D10105 (or 0xD10105) is known color: Venetian Red. HEX triplet: D1, 01 and 05. RGB value is (209,1,5). Sum of RGB (Red+Green+Blue) = 209+1+5=215 (28% of max value = 765). Red value is 209 (82.03% from 255 or 97.21% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 209 - color contains mainly: red. Hex color #D10105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10105 is #2EFEFA. Grayscale: #3F3F3F. Windows color (decimal): -3079931 or 328145. OLE color: 328145.

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

Color convert

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

Color Harmonies of #D10105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10105

Black with #D10105

Text Example


Text Example

White with #D10105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10105; }

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

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

background-color css

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

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

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

border-color css

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

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

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