Html Css Color HEX #D50027 Venetian Red

📋 copy color: '#D50027'

red 213 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #D50027

Tints of Venetian Red #D50027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 84.52%
G = 0%
B = 15.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D50027 (or 0xD50027) is known color: Venetian Red. HEX triplet: D5, 00 and 27. RGB value is (213,0,39). Sum of RGB (Red+Green+Blue) = 213+0+39=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D50027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50027 is #2AFFD8. Grayscale: #444444. Windows color (decimal): -2818009 or 2556117. OLE color: 2556117.

HSL color Cylindrical-coordinate representation of color #D50027: hue angle of 349.01º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50027 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 39 -
CMYK 0 1 0.82 0.16
HSL 349.01º 1% 0.42% -
HSV(B) 349.01º 1% 0.84% -
XYZ 27.81 14.29 3.21 -
YUV 68.13 111.57 231.33 -
System Red Green Blue C M Y K H S L
Decimal 213 0 39 0 1 0.82 0.16 349.01 1 0.42
Hex D5 0 27 0 64 52 10 15D 64 2A
Octal 325 0 47 0 144 122 20 535 144 52
Binary 11010101 0 100111 0 1100100 1010010 10000 101011101 1100100 101010

Color Harmonies of #D50027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50027

Black with #D50027

Text Example


Text Example

White with #D50027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50027; }

 p { color: rgb(213,0,39); }

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

background-color css

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

 a { background-color: rgb(213,0,39); }

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

border-color css

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

 span { border-color: rgb(213,0,39); }

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