Html Css Color HEX #D50320 Venetian Red

📋 copy color: '#D50320'

red 213 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #D50320

Tints of Venetian Red #D50320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 85.89%
G = 1.21%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D50320 (or 0xD50320) is known color: Venetian Red. HEX triplet: D5, 03 and 20. RGB value is (213,3,32). Sum of RGB (Red+Green+Blue) = 213+3+32=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D50320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50320 is #2AFCDF. Grayscale: #454545. Windows color (decimal): -2817248 or 2098133. OLE color: 2098133.

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

Color convert

RGB 213 3 32 -
CMYK 0 0.99 0.85 0.16
HSL 351.71º 0.97% 0.42% -
HSV(B) 351.71º 0.99% 0.84% -
XYZ 27.73 14.32 2.67 -
YUV 69.1 107.07 230.64 -
System Red Green Blue C M Y K H S L
Decimal 213 3 32 0 0.99 0.85 0.16 351.71 0.97 0.42
Hex D5 3 20 0 63 55 10 160 61 2A
Octal 325 3 40 0 143 125 20 540 141 52
Binary 11010101 11 100000 0 1100011 1010101 10000 101100000 1100001 101010

Color Harmonies of #D50320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50320

Black with #D50320

Text Example


Text Example

White with #D50320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50320; }

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

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

background-color css

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

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

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

border-color css

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

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

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