Html Css Color HEX #D50024 Venetian Red

📋 copy color: '#D50024'

red 213 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #D50024

Tints of Venetian Red #D50024

RGB

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

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

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

R = 85.54%
G = 0%
B = 14.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D50024 (or 0xD50024) is known color: Venetian Red. HEX triplet: D5, 00 and 24. RGB value is (213,0,36). Sum of RGB (Red+Green+Blue) = 213+0+36=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D50024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50024 is #2AFFDB. Grayscale: #434343. Windows color (decimal): -2818012 or 2359509. OLE color: 2359509.

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

Color convert

RGB 213 0 36 -
CMYK 0 1 0.83 0.16
HSL 349.86º 1% 0.42% -
HSV(B) 349.86º 1% 0.84% -
XYZ 27.76 14.27 2.96 -
YUV 67.79 110.07 231.57 -
System Red Green Blue C M Y K H S L
Decimal 213 0 36 0 1 0.83 0.16 349.86 1 0.42
Hex D5 0 24 0 64 53 10 15E 64 2A
Octal 325 0 44 0 144 123 20 536 144 52
Binary 11010101 0 100100 0 1100100 1010011 10000 101011110 1100100 101010

Color Harmonies of #D50024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50024

Black with #D50024

Text Example


Text Example

White with #D50024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50024; }

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

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

background-color css

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

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

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

border-color css

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

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

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