Html Css Color HEX #D50124 Venetian Red

📋 copy color: '#D50124'

red 213 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #D50124

Tints of Venetian Red #D50124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.4%

R = 85.2%
G = 0.4%
B = 14.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D50124 (or 0xD50124) is known color: Venetian Red. HEX triplet: D5, 01 and 24. RGB value is (213,1,36). Sum of RGB (Red+Green+Blue) = 213+1+36=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D50124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50124 is #2AFEDB. Grayscale: #444444. Windows color (decimal): -2817756 or 2359765. OLE color: 2359765.

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

Color convert

RGB 213 1 36 -
CMYK 0 1.00 0.83 0.16
HSL 350.09º 0.99% 0.42% -
HSV(B) 350.09º 1% 0.84% -
XYZ 27.77 14.3 2.96 -
YUV 68.38 109.74 231.15 -
System Red Green Blue C M Y K H S L
Decimal 213 1 36 0 1.00 0.83 0.16 350.09 0.99 0.42
Hex D5 1 24 0 64 53 10 15E 63 2A
Octal 325 1 44 0 144 123 20 536 143 52
Binary 11010101 1 100100 0 1100100 1010011 10000 101011110 1100011 101010

Color Harmonies of #D50124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50124

Black with #D50124

Text Example


Text Example

White with #D50124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50124; }

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

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

background-color css

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

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

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

border-color css

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

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

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