Html Css Color HEX #D5044A Razzmatazz

📋 copy color: '#D5044A'

red 213 ◦ green 4 ◦ blue 74

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

Shades of Razzmatazz #D5044A

Tints of Razzmatazz #D5044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 73.2%
G = 1.37%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5044A (or 0xD5044A) is known color: Razzmatazz. HEX triplet: D5, 04 and 4A. RGB value is (213,4,74). Sum of RGB (Red+Green+Blue) = 213+4+74=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5044A is #2AFBB5. Grayscale: #4A4A4A. Windows color (decimal): -2816950 or 4850901. OLE color: 4850901.

HSL color Cylindrical-coordinate representation of color #D5044A: hue angle of 339.9º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5044A is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 74 -
CMYK 0 0.98 0.65 0.16
HSL 339.9º 0.96% 0.43% -
HSV(B) 339.9º 0.98% 0.84% -
XYZ 28.72 14.73 7.81 -
YUV 74.47 127.74 226.81 -
System Red Green Blue C M Y K H S L
Decimal 213 4 74 0 0.98 0.65 0.16 339.9 0.96 0.43
Hex D5 4 4A 0 62 41 10 154 60 2B
Octal 325 4 112 0 142 101 20 524 140 53
Binary 11010101 100 1001010 0 1100010 1000001 10000 101010100 1100000 101011

Color Harmonies of #D5044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5044A

Black with #D5044A

Text Example


Text Example

White with #D5044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5044A; }

 p { color: rgb(213,4,74); }

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

background-color css

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

 a { background-color: rgb(213,4,74); }

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

border-color css

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

 span { border-color: rgb(213,4,74); }

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