Html Css Color HEX #D50324 Venetian Red

📋 copy color: '#D50324'

red 213 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #D50324

Tints of Venetian Red #D50324

RGB

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

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

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

R = 84.52%
G = 1.19%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D50324 (or 0xD50324) is known color: Venetian Red. HEX triplet: D5, 03 and 24. RGB value is (213,3,36). Sum of RGB (Red+Green+Blue) = 213+3+36=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D50324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50324 is #2AFCDB. Grayscale: #454545. Windows color (decimal): -2817244 or 2360277. OLE color: 2360277.

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

Color convert

RGB 213 3 36 -
CMYK 0 0.99 0.83 0.16
HSL 350.57º 0.97% 0.42% -
HSV(B) 350.57º 0.99% 0.84% -
XYZ 27.79 14.34 2.97 -
YUV 69.55 109.07 230.32 -
System Red Green Blue C M Y K H S L
Decimal 213 3 36 0 0.99 0.83 0.16 350.57 0.97 0.42
Hex D5 3 24 0 63 53 10 15F 61 2A
Octal 325 3 44 0 143 123 20 537 141 52
Binary 11010101 11 100100 0 1100011 1010011 10000 101011111 1100001 101010

Color Harmonies of #D50324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50324

Black with #D50324

Text Example


Text Example

White with #D50324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50324; }

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

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

background-color css

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

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

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

border-color css

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

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

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