Html Css Color HEX #D50304 Venetian Red

📋 copy color: '#D50304'

red 213 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #D50304

Tints of Venetian Red #D50304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 96.82%
G = 1.36%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50304 (or 0xD50304) is known color: Venetian Red. HEX triplet: D5, 03 and 04. RGB value is (213,3,4). Sum of RGB (Red+Green+Blue) = 213+3+4=220 (29% of max value = 765). Red value is 213 (83.59% from 255 or 96.82% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 213 - color contains mainly: red. Hex color #D50304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50304 is #2AFCFB. Grayscale: #424242. Windows color (decimal): -2817276 or 263125. OLE color: 263125.

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

Color convert

RGB 213 3 4 -
CMYK 0 0.99 0.98 0.16
HSL 359.71º 0.97% 0.42% -
HSV(B) 359.71º 0.99% 0.84% -
XYZ 27.5 14.22 1.41 -
YUV 65.9 93.07 232.92 -
System Red Green Blue C M Y K H S L
Decimal 213 3 4 0 0.99 0.98 0.16 359.71 0.97 0.42
Hex D5 3 4 0 63 62 10 168 61 2A
Octal 325 3 4 0 143 142 20 550 141 52
Binary 11010101 11 100 0 1100011 1100010 10000 101101000 1100001 101010

Color Harmonies of #D50304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50304

Black with #D50304

Text Example


Text Example

White with #D50304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50304; }

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

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

background-color css

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

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

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

border-color css

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

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

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