Html Css Color HEX #D50325 Venetian Red

📋 copy color: '#D50325'

red 213 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #D50325

Tints of Venetian Red #D50325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.62%

R = 84.19%
G = 1.19%
B = 14.62%

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

#D50325 (or 0xD50325) is known color: Venetian Red. HEX triplet: D5, 03 and 25. RGB value is (213,3,37). Sum of RGB (Red+Green+Blue) = 213+3+37=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D50325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50325 is #2AFCDA. Grayscale: #454545. Windows color (decimal): -2817243 or 2425813. OLE color: 2425813.

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

Color convert

RGB 213 3 37 -
CMYK 0 0.99 0.83 0.16
HSL 350.29º 0.97% 0.42% -
HSV(B) 350.29º 0.99% 0.84% -
XYZ 27.81 14.34 3.05 -
YUV 69.67 109.57 230.24 -
System Red Green Blue C M Y K H S L
Decimal 213 3 37 0 0.99 0.83 0.16 350.29 0.97 0.42
Hex D5 3 25 0 63 53 10 15E 61 2A
Octal 325 3 45 0 143 123 20 536 141 52
Binary 11010101 11 100101 0 1100011 1010011 10000 101011110 1100001 101010

Color Harmonies of #D50325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50325

Black with #D50325

Text Example


Text Example

White with #D50325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50325; }

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

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

background-color css

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

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

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

border-color css

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

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

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