Html Css Color HEX #D50104 Venetian Red

📋 copy color: '#D50104'

red 213 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #D50104

Tints of Venetian Red #D50104

RGB

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

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

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

R = 97.71%
G = 0.46%
B = 1.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50104 (or 0xD50104) is known color: Venetian Red. HEX triplet: D5, 01 and 04. RGB value is (213,1,4). Sum of RGB (Red+Green+Blue) = 213+1+4=218 (28% of max value = 765). Red value is 213 (83.59% from 255 or 97.71% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 213 - color contains mainly: red. Hex color #D50104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50104 is #2AFEFB. Grayscale: #404040. Windows color (decimal): -2817788 or 262613. OLE color: 262613.

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

Color convert

RGB 213 1 4 -
CMYK 0 1.00 0.98 0.16
HSL 359.15º 0.99% 0.42% -
HSV(B) 359.15º 1% 0.84% -
XYZ 27.47 14.18 1.4 -
YUV 64.73 93.74 233.76 -
System Red Green Blue C M Y K H S L
Decimal 213 1 4 0 1.00 0.98 0.16 359.15 0.99 0.42
Hex D5 1 4 0 64 62 10 167 63 2A
Octal 325 1 4 0 144 142 20 547 143 52
Binary 11010101 1 100 0 1100100 1100010 10000 101100111 1100011 101010

Color Harmonies of #D50104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50104

Black with #D50104

Text Example


Text Example

White with #D50104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50104; }

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

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

background-color css

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

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

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

border-color css

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

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

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