Html Css Color HEX #D5004E Razzmatazz

📋 copy color: '#D5004E'

red 213 ◦ green 0 ◦ blue 78

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

Shades of Razzmatazz #D5004E

Tints of Razzmatazz #D5004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 73.2%
G = 0%
B = 26.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5004E (or 0xD5004E) is known color: Razzmatazz. HEX triplet: D5, 00 and 4E. RGB value is (213,0,78). Sum of RGB (Red+Green+Blue) = 213+0+78=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5004E is #2AFFB1. Grayscale: #484848. Windows color (decimal): -2817970 or 5112021. OLE color: 5112021.

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

Color convert

RGB 213 0 78 -
CMYK 0 1 0.63 0.16
HSL 338.03º 1% 0.42% -
HSV(B) 338.03º 1% 0.84% -
XYZ 28.82 14.7 8.53 -
YUV 72.58 131.07 228.16 -
System Red Green Blue C M Y K H S L
Decimal 213 0 78 0 1 0.63 0.16 338.03 1 0.42
Hex D5 0 4E 0 64 3F 10 152 64 2A
Octal 325 0 116 0 144 77 20 522 144 52
Binary 11010101 0 1001110 0 1100100 111111 10000 101010010 1100100 101010

Color Harmonies of #D5004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5004E

Black with #D5004E

Text Example


Text Example

White with #D5004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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