Html Css Color HEX #D50322 Venetian Red

📋 copy color: '#D50322'

red 213 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #D50322

Tints of Venetian Red #D50322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 85.2%
G = 1.2%
B = 13.6%

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

#D50322 (or 0xD50322) is known color: Venetian Red. HEX triplet: D5, 03 and 22. RGB value is (213,3,34). Sum of RGB (Red+Green+Blue) = 213+3+34=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D50322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50322 is #2AFCDD. Grayscale: #454545. Windows color (decimal): -2817246 or 2229205. OLE color: 2229205.

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

Color convert

RGB 213 3 34 -
CMYK 0 0.99 0.84 0.16
HSL 351.14º 0.97% 0.42% -
HSV(B) 351.14º 0.99% 0.84% -
XYZ 27.76 14.33 2.82 -
YUV 69.32 108.07 230.48 -
System Red Green Blue C M Y K H S L
Decimal 213 3 34 0 0.99 0.84 0.16 351.14 0.97 0.42
Hex D5 3 22 0 63 54 10 15F 61 2A
Octal 325 3 42 0 143 124 20 537 141 52
Binary 11010101 11 100010 0 1100011 1010100 10000 101011111 1100001 101010

Color Harmonies of #D50322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50322

Black with #D50322

Text Example


Text Example

White with #D50322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50322; }

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

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

background-color css

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

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

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

border-color css

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

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

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