Html Css Color HEX #D50323 Venetian Red

📋 copy color: '#D50323'

red 213 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #D50323

Tints of Venetian Red #D50323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.94%

R = 84.86%
G = 1.2%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D50323 (or 0xD50323) is known color: Venetian Red. HEX triplet: D5, 03 and 23. RGB value is (213,3,35). Sum of RGB (Red+Green+Blue) = 213+3+35=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D50323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50323 is #2AFCDC. Grayscale: #454545. Windows color (decimal): -2817245 or 2294741. OLE color: 2294741.

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

Color convert

RGB 213 3 35 -
CMYK 0 0.99 0.84 0.16
HSL 350.86º 0.97% 0.42% -
HSV(B) 350.86º 0.99% 0.84% -
XYZ 27.78 14.33 2.89 -
YUV 69.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 213 3 35 0 0.99 0.84 0.16 350.86 0.97 0.42
Hex D5 3 23 0 63 54 10 15F 61 2A
Octal 325 3 43 0 143 124 20 537 141 52
Binary 11010101 11 100011 0 1100011 1010100 10000 101011111 1100001 101010

Color Harmonies of #D50323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50323

Black with #D50323

Text Example


Text Example

White with #D50323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50323; }

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

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

background-color css

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

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

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

border-color css

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

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

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