Html Css Color HEX #D50225 Venetian Red

📋 copy color: '#D50225'

red 213 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #D50225

Tints of Venetian Red #D50225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 84.52%
G = 0.79%
B = 14.68%

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

#D50225 (or 0xD50225) is known color: Venetian Red. HEX triplet: D5, 02 and 25. RGB value is (213,2,37). Sum of RGB (Red+Green+Blue) = 213+2+37=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D50225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50225 is #2AFDDA. Grayscale: #454545. Windows color (decimal): -2817499 or 2425557. OLE color: 2425557.

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

Color convert

RGB 213 2 37 -
CMYK 0 0.99 0.83 0.16
HSL 350.05º 0.98% 0.42% -
HSV(B) 350.05º 0.99% 0.84% -
XYZ 27.8 14.32 3.05 -
YUV 69.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 213 2 37 0 0.99 0.83 0.16 350.05 0.98 0.42
Hex D5 2 25 0 63 53 10 15E 62 2A
Octal 325 2 45 0 143 123 20 536 142 52
Binary 11010101 10 100101 0 1100011 1010011 10000 101011110 1100010 101010

Color Harmonies of #D50225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50225

Black with #D50225

Text Example


Text Example

White with #D50225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50225; }

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

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

background-color css

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

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

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

border-color css

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

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

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