#D50E4E

Color #D50E4E Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #D50E4E

Tints of Razzmatazz #D50E4E

Color information

#D50E4E (or 0xD50E4E) is unknown color: approx Razzmatazz. HEX triplet: D5, 0E and 4E. RGB value is (213,14,78). Sum of RGB (Red+Green+Blue) = 213+14+78=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50E4E is #2AF1B1. Grayscale: #505050. Windows color (decimal): -2814386 or 5115605. OLE color: 5115605.

HSL color Cylindrical-coordinate representation of color #D50E4E: hue angle of 340.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50E4E is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB2131478-
CMYK00.930.630.16
HSL340.7º87.67%44.51%-
HSV(B)340.7º93.43%83.53%-
XYZ28.9715.018.58-
YUV80.8126.43222.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 69.84%
GREEN value IS 14 (5.86% from 255) = 4.59%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=69.84%
G=4.59%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213147800.930.630.16340.787.6744.51
HexD5E4E05D3F10155582d
Octal325161160135772052513055
Binary110101011110100111001011101111111100001010101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50E4E; }

 p { color: rgb(213,14,78); }

 H1.HeaderClassName
 {
   color: #D50E4E;
 }
 .AnyTagClassName
 {
   color: #D50E4E;
 }
</style>
background-color css

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

 a { background-color: rgb(213,14,78); }

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

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

 span { border-color: rgb(213,14,78); }

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