Html Css Color HEX #D9024A Razzmatazz

📋 copy color: '#D9024A'

red 217 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #D9024A

Tints of Razzmatazz #D9024A

RGB

 RED value IS 217 (85.16% from 255) = 74.06%

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 74.06%
G = 0.68%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9024A (or 0xD9024A) is known color: Razzmatazz. HEX triplet: D9, 02 and 4A. RGB value is (217,2,74). Sum of RGB (Red+Green+Blue) = 217+2+74=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D9024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9024A is #26FDB5. Grayscale: #4A4A4A. Windows color (decimal): -2555318 or 4850393. OLE color: 4850393.

HSL color Cylindrical-coordinate representation of color #D9024A: hue angle of 339.91º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9024A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 74 -
CMYK 0 0.99 0.66 0.15
HSL 339.91º 0.98% 0.43% -
HSV(B) 339.91º 0.99% 0.85% -
XYZ 29.87 15.29 7.86 -
YUV 74.49 127.73 229.65 -
System Red Green Blue C M Y K H S L
Decimal 217 2 74 0 0.99 0.66 0.15 339.91 0.98 0.43
Hex D9 2 4A 0 63 42 F 154 62 2B
Octal 331 2 112 0 143 102 17 524 142 53
Binary 11011001 10 1001010 0 1100011 1000010 1111 101010100 1100010 101011

Color Harmonies of #D9024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9024A

Black with #D9024A

Text Example


Text Example

White with #D9024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9024A; }

 p { color: rgb(217,2,74); }

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

background-color css

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

 a { background-color: rgb(217,2,74); }

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

border-color css

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

 span { border-color: rgb(217,2,74); }

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