Html Css Color HEX #D4014F Razzmatazz

📋 copy color: '#D4014F'

red 212 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #D4014F

Tints of Razzmatazz #D4014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.05%

R = 72.6%
G = 0.34%
B = 27.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4014F (or 0xD4014F) is known color: Razzmatazz. HEX triplet: D4, 01 and 4F. RGB value is (212,1,79). Sum of RGB (Red+Green+Blue) = 212+1+79=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4014F is #2BFEB0. Grayscale: #484848. Windows color (decimal): -2883249 or 5177812. OLE color: 5177812.

HSL color Cylindrical-coordinate representation of color #D4014F: hue angle of 337.82º 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 #D4014F is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 79 -
CMYK 0 1.00 0.63 0.17
HSL 337.82º 0.99% 0.42% -
HSV(B) 337.82º 1% 0.83% -
XYZ 28.57 14.58 8.71 -
YUV 72.98 131.4 227.16 -
System Red Green Blue C M Y K H S L
Decimal 212 1 79 0 1.00 0.63 0.17 337.82 0.99 0.42
Hex D4 1 4F 0 64 3F 11 152 63 2A
Octal 324 1 117 0 144 77 21 522 143 52
Binary 11010100 1 1001111 0 1100100 111111 10001 101010010 1100011 101010

Color Harmonies of #D4014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4014F

Black with #D4014F

Text Example


Text Example

White with #D4014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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