Html Css Color HEX #D10004 Venetian Red

📋 copy color: '#D10004'

red 209 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #D10004

Tints of Venetian Red #D10004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.12%
G = 0%
B = 1.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D10004 (or 0xD10004) is known color: Venetian Red. HEX triplet: D1, 00 and 04. RGB value is (209,0,4). Sum of RGB (Red+Green+Blue) = 209+0+4=213 (28% of max value = 765). Red value is 209 (82.03% from 255 or 98.12% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 209 - color contains mainly: red. Hex color #D10004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10004 is #2EFFFB. Grayscale: #3F3F3F. Windows color (decimal): -3080188 or 262353. OLE color: 262353.

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

Color convert

RGB 209 0 4 -
CMYK 0 1 0.98 0.18
HSL 358.85º 1% 0.41% -
HSV(B) 358.85º 1% 0.82% -
XYZ 26.32 13.56 1.35 -
YUV 62.95 94.74 232.17 -
System Red Green Blue C M Y K H S L
Decimal 209 0 4 0 1 0.98 0.18 358.85 1 0.41
Hex D1 0 4 0 64 62 12 167 64 29
Octal 321 0 4 0 144 142 22 547 144 51
Binary 11010001 0 100 0 1100100 1100010 10010 101100111 1100100 101001

Color Harmonies of #D10004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10004

Black with #D10004

Text Example


Text Example

White with #D10004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10004; }

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

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

background-color css

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

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

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

border-color css

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

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

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