Html Css Color HEX #D50004 Venetian Red

📋 copy color: '#D50004'

red 213 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #D50004

Tints of Venetian Red #D50004

RGB

 RED value IS 213 (83.59% from 255) = 98.16%

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

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

R = 98.16%
G = 0%
B = 1.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50004 (or 0xD50004) is known color: Venetian Red. HEX triplet: D5, 00 and 04. RGB value is (213,0,4). Sum of RGB (Red+Green+Blue) = 213+0+4=217 (28% of max value = 765). Red value is 213 (83.59% from 255 or 98.16% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 213 - color contains mainly: red. Hex color #D50004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50004 is #2AFFFB. Grayscale: #404040. Windows color (decimal): -2818044 or 262357. OLE color: 262357.

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

Color convert

RGB 213 0 4 -
CMYK 0 1 0.98 0.16
HSL 358.87º 1% 0.42% -
HSV(B) 358.87º 1% 0.84% -
XYZ 27.46 14.15 1.4 -
YUV 64.14 94.07 234.17 -
System Red Green Blue C M Y K H S L
Decimal 213 0 4 0 1 0.98 0.16 358.87 1 0.42
Hex D5 0 4 0 64 62 10 167 64 2A
Octal 325 0 4 0 144 142 20 547 144 52
Binary 11010101 0 100 0 1100100 1100010 10000 101100111 1100100 101010

Color Harmonies of #D50004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50004

Black with #D50004

Text Example


Text Example

White with #D50004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50004; }

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

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

background-color css

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

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

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

border-color css

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

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

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