Html Css Color HEX #D4014D Razzmatazz

📋 copy color: '#D4014D'

red 212 ◦ green 1 ◦ blue 77

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

Shades of Razzmatazz #D4014D

Tints of Razzmatazz #D4014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 73.1%
G = 0.34%
B = 26.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4014D (or 0xD4014D) is known color: Razzmatazz. HEX triplet: D4, 01 and 4D. RGB value is (212,1,77). Sum of RGB (Red+Green+Blue) = 212+1+77=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4014D is #2BFEB2. Grayscale: #484848. Windows color (decimal): -2883251 or 5046740. OLE color: 5046740.

HSL color Cylindrical-coordinate representation of color #D4014D: hue angle of 338.39º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4014D is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 77 -
CMYK 0 1.00 0.64 0.17
HSL 338.39º 0.99% 0.42% -
HSV(B) 338.39º 1% 0.83% -
XYZ 28.5 14.55 8.33 -
YUV 72.75 130.4 227.32 -
System Red Green Blue C M Y K H S L
Decimal 212 1 77 0 1.00 0.64 0.17 338.39 0.99 0.42
Hex D4 1 4D 0 64 40 11 152 63 2A
Octal 324 1 115 0 144 100 21 522 143 52
Binary 11010100 1 1001101 0 1100100 1000000 10001 101010010 1100011 101010

Color Harmonies of #D4014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4014D

Black with #D4014D

Text Example


Text Example

White with #D4014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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