Html Css Color HEX #D5044B Razzmatazz

📋 copy color: '#D5044B'

red 213 ◦ green 4 ◦ blue 75

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

Shades of Razzmatazz #D5044B

Tints of Razzmatazz #D5044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 72.95%
G = 1.37%
B = 25.68%

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

#D5044B (or 0xD5044B) is known color: Razzmatazz. HEX triplet: D5, 04 and 4B. RGB value is (213,4,75). Sum of RGB (Red+Green+Blue) = 213+4+75=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5044B is #2AFBB4. Grayscale: #4A4A4A. Windows color (decimal): -2816949 or 4916437. OLE color: 4916437.

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

Color convert

RGB 213 4 75 -
CMYK 0 0.98 0.65 0.16
HSL 339.62º 0.96% 0.43% -
HSV(B) 339.62º 0.98% 0.84% -
XYZ 28.75 14.74 7.99 -
YUV 74.59 128.24 226.73 -
System Red Green Blue C M Y K H S L
Decimal 213 4 75 0 0.98 0.65 0.16 339.62 0.96 0.43
Hex D5 4 4B 0 62 41 10 154 60 2B
Octal 325 4 113 0 142 101 20 524 140 53
Binary 11010101 100 1001011 0 1100010 1000001 10000 101010100 1100000 101011

Color Harmonies of #D5044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5044B

Black with #D5044B

Text Example


Text Example

White with #D5044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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