Html Css Color HEX #D4014A Razzmatazz

📋 copy color: '#D4014A'

red 212 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #D4014A

Tints of Razzmatazz #D4014A

RGB

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

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

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

R = 73.87%
G = 0.35%
B = 25.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4014A (or 0xD4014A) is known color: Razzmatazz. HEX triplet: D4, 01 and 4A. RGB value is (212,1,74). Sum of RGB (Red+Green+Blue) = 212+1+74=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D4014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4014A is #2BFEB5. Grayscale: #484848. Windows color (decimal): -2883254 or 4850132. OLE color: 4850132.

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

Color convert

RGB 212 1 74 -
CMYK 0 1.00 0.65 0.17
HSL 339.24º 0.99% 0.42% -
HSV(B) 339.24º 1% 0.83% -
XYZ 28.4 14.51 7.78 -
YUV 72.41 128.9 227.56 -
System Red Green Blue C M Y K H S L
Decimal 212 1 74 0 1.00 0.65 0.17 339.24 0.99 0.42
Hex D4 1 4A 0 64 41 11 153 63 2A
Octal 324 1 112 0 144 101 21 523 143 52
Binary 11010100 1 1001010 0 1100100 1000001 10001 101010011 1100011 101010

Color Harmonies of #D4014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4014A

Black with #D4014A

Text Example


Text Example

White with #D4014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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