Html Css Color HEX #D50121 Venetian Red

📋 copy color: '#D50121'

red 213 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #D50121

Tints of Venetian Red #D50121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 86.23%
G = 0.4%
B = 13.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D50121 (or 0xD50121) is known color: Venetian Red. HEX triplet: D5, 01 and 21. RGB value is (213,1,33). Sum of RGB (Red+Green+Blue) = 213+1+33=247 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.23% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 213 - color contains mainly: red. Hex color #D50121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50121 is #2AFEDE. Grayscale: #444444. Windows color (decimal): -2817759 or 2163157. OLE color: 2163157.

HSL color Cylindrical-coordinate representation of color #D50121: hue angle of 350.94º 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 #D50121 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 33 -
CMYK 0 1.00 0.85 0.16
HSL 350.94º 0.99% 0.42% -
HSV(B) 350.94º 1% 0.84% -
XYZ 27.73 14.28 2.73 -
YUV 68.04 108.24 231.4 -
System Red Green Blue C M Y K H S L
Decimal 213 1 33 0 1.00 0.85 0.16 350.94 0.99 0.42
Hex D5 1 21 0 64 55 10 15F 63 2A
Octal 325 1 41 0 144 125 20 537 143 52
Binary 11010101 1 100001 0 1100100 1010101 10000 101011111 1100011 101010

Color Harmonies of #D50121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50121

Black with #D50121

Text Example


Text Example

White with #D50121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50121; }

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

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

background-color css

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

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

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

border-color css

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

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

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