Html Css Color HEX #D4074D Razzmatazz

📋 copy color: '#D4074D'

red 212 ◦ green 7 ◦ blue 77

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

Shades of Razzmatazz #D4074D

Tints of Razzmatazz #D4074D

RGB

 RED value IS 212 (83.2% from 255) = 71.62%

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 71.62%
G = 2.36%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4074D (or 0xD4074D) is known color: Razzmatazz. HEX triplet: D4, 07 and 4D. RGB value is (212,7,77). Sum of RGB (Red+Green+Blue) = 212+7+77=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4074D is #2BF8B2. Grayscale: #4C4C4C. Windows color (decimal): -2881715 or 5048276. OLE color: 5048276.

HSL color Cylindrical-coordinate representation of color #D4074D: hue angle of 339.51º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4074D is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 7 77 -
CMYK 0 0.97 0.64 0.17
HSL 339.51º 0.94% 0.43% -
HSV(B) 339.51º 0.97% 0.83% -
XYZ 28.57 14.68 8.35 -
YUV 76.28 128.42 224.81 -
System Red Green Blue C M Y K H S L
Decimal 212 7 77 0 0.97 0.64 0.17 339.51 0.94 0.43
Hex D4 7 4D 0 61 40 11 154 5E 2B
Octal 324 7 115 0 141 100 21 524 136 53
Binary 11010100 111 1001101 0 1100001 1000000 10001 101010100 1011110 101011

Color Harmonies of #D4074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4074D

Black with #D4074D

Text Example


Text Example

White with #D4074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4074D; }

 p { color: rgb(212,7,77); }

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

background-color css

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

 a { background-color: rgb(212,7,77); }

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

border-color css

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

 span { border-color: rgb(212,7,77); }

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