Html Css Color HEX #D7024A Razzmatazz

📋 copy color: '#D7024A'

red 215 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #D7024A

Tints of Razzmatazz #D7024A

RGB

 RED value IS 215 (84.38% from 255) = 73.88%

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

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

R = 73.88%
G = 0.69%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7024A (or 0xD7024A) is known color: Razzmatazz. HEX triplet: D7, 02 and 4A. RGB value is (215,2,74). Sum of RGB (Red+Green+Blue) = 215+2+74=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D7024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7024A is #28FDB5. Grayscale: #494949. Windows color (decimal): -2686390 or 4850391. OLE color: 4850391.

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

Color convert

RGB 215 2 74 -
CMYK 0 0.99 0.66 0.16
HSL 339.72º 0.98% 0.43% -
HSV(B) 339.72º 0.99% 0.84% -
XYZ 29.28 14.98 7.83 -
YUV 73.9 128.07 228.65 -
System Red Green Blue C M Y K H S L
Decimal 215 2 74 0 0.99 0.66 0.16 339.72 0.98 0.43
Hex D7 2 4A 0 63 42 10 154 62 2B
Octal 327 2 112 0 143 102 20 524 142 53
Binary 11010111 10 1001010 0 1100011 1000010 10000 101010100 1100010 101011

Color Harmonies of #D7024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7024A

Black with #D7024A

Text Example


Text Example

White with #D7024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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