Html Css Color HEX #D10204 Venetian Red

📋 copy color: '#D10204'

red 209 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #D10204

Tints of Venetian Red #D10204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 97.21%
G = 0.93%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D10204 (or 0xD10204) is known color: Venetian Red. HEX triplet: D1, 02 and 04. RGB value is (209,2,4). Sum of RGB (Red+Green+Blue) = 209+2+4=215 (28% of max value = 765). Red value is 209 (82.03% from 255 or 97.21% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 209 - color contains mainly: red. Hex color #D10204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10204 is #2EFDFB. Grayscale: #404040. Windows color (decimal): -3079676 or 262865. OLE color: 262865.

HSL color Cylindrical-coordinate representation of color #D10204: hue angle of 359.42º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 2 4 -
CMYK 0 0.99 0.98 0.18
HSL 359.42º 0.98% 0.41% -
HSV(B) 359.42º 0.99% 0.82% -
XYZ 26.34 13.61 1.35 -
YUV 64.12 94.08 231.34 -
System Red Green Blue C M Y K H S L
Decimal 209 2 4 0 0.99 0.98 0.18 359.42 0.98 0.41
Hex D1 2 4 0 63 62 12 167 62 29
Octal 321 2 4 0 143 142 22 547 142 51
Binary 11010001 10 100 0 1100011 1100010 10010 101100111 1100010 101001

Color Harmonies of #D10204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10204

Black with #D10204

Text Example


Text Example

White with #D10204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10204; }

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

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

background-color css

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

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

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

border-color css

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

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

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