Html Css Color HEX #D40E50 Razzmatazz

📋 copy color: '#D40E50'

red 212 ◦ green 14 ◦ blue 80

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

Shades of Razzmatazz #D40E50

Tints of Razzmatazz #D40E50

RGB

 RED value IS 212 (83.2% from 255) = 69.28%

 GREEN value IS 14 (5.86% from 255) = 4.58%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 69.28%
G = 4.58%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D40E50 (or 0xD40E50) is known color: Razzmatazz. HEX triplet: D4, 0E and 50. RGB value is (212,14,80). Sum of RGB (Red+Green+Blue) = 212+14+80=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40E50 is #2BF1AF. Grayscale: #505050. Windows color (decimal): -2879920 or 5246676. OLE color: 5246676.

HSL color Cylindrical-coordinate representation of color #D40E50: hue angle of 340º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E50 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 14 80 -
CMYK 0 0.93 0.62 0.17
HSL 340º 0.88% 0.44% -
HSV(B) 340º 0.93% 0.83% -
XYZ 28.76 14.89 8.95 -
YUV 80.73 127.6 221.63 -
System Red Green Blue C M Y K H S L
Decimal 212 14 80 0 0.93 0.62 0.17 340 0.88 0.44
Hex D4 E 50 0 5D 3E 11 154 58 2C
Octal 324 16 120 0 135 76 21 524 130 54
Binary 11010100 1110 1010000 0 1011101 111110 10001 101010100 1011000 101100

Color Harmonies of #D40E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E50

Black with #D40E50

Text Example


Text Example

White with #D40E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E50; }

 p { color: rgb(212,14,80); }

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

background-color css

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

 a { background-color: rgb(212,14,80); }

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

border-color css

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

 span { border-color: rgb(212,14,80); }

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