Html Css Color HEX #D7024D Razzmatazz

📋 copy color: '#D7024D'

red 215 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #D7024D

Tints of Razzmatazz #D7024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 73.13%
G = 0.68%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7024D (or 0xD7024D) is known color: Razzmatazz. HEX triplet: D7, 02 and 4D. RGB value is (215,2,77). Sum of RGB (Red+Green+Blue) = 215+2+77=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D7024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7024D is #28FDB2. Grayscale: #4A4A4A. Windows color (decimal): -2686387 or 5046999. OLE color: 5046999.

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

Color convert

RGB 215 2 77 -
CMYK 0 0.99 0.64 0.16
HSL 338.87º 0.98% 0.43% -
HSV(B) 338.87º 0.99% 0.84% -
XYZ 29.39 15.03 8.37 -
YUV 74.24 129.57 228.4 -
System Red Green Blue C M Y K H S L
Decimal 215 2 77 0 0.99 0.64 0.16 338.87 0.98 0.43
Hex D7 2 4D 0 63 40 10 153 62 2B
Octal 327 2 115 0 143 100 20 523 142 53
Binary 11010111 10 1001101 0 1100011 1000000 10000 101010011 1100010 101011

Color Harmonies of #D7024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7024D

Black with #D7024D

Text Example


Text Example

White with #D7024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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