Html Css Color HEX #D1014C Razzmatazz

📋 copy color: '#D1014C'

red 209 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #D1014C

Tints of Razzmatazz #D1014C

RGB

 RED value IS 209 (82.03% from 255) = 73.08%

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

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 73.08%
G = 0.35%
B = 26.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1014C (or 0xD1014C) is known color: Razzmatazz. HEX triplet: D1, 01 and 4C. RGB value is (209,1,76). Sum of RGB (Red+Green+Blue) = 209+1+76=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1014C is #2EFEB3. Grayscale: #474747. Windows color (decimal): -3079860 or 4981201. OLE color: 4981201.

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

Color convert

RGB 209 1 76 -
CMYK 0 1.00 0.64 0.18
HSL 338.37º 0.99% 0.41% -
HSV(B) 338.37º 1% 0.82% -
XYZ 27.61 14.1 8.1 -
YUV 71.74 130.41 225.9 -
System Red Green Blue C M Y K H S L
Decimal 209 1 76 0 1.00 0.64 0.18 338.37 0.99 0.41
Hex D1 1 4C 0 64 40 12 152 63 29
Octal 321 1 114 0 144 100 22 522 143 51
Binary 11010001 1 1001100 0 1100100 1000000 10010 101010010 1100011 101001

Color Harmonies of #D1014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1014C

Black with #D1014C

Text Example


Text Example

White with #D1014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1014C; }

 p { color: rgb(209,1,76); }

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

background-color css

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

 a { background-color: rgb(209,1,76); }

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

border-color css

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

 span { border-color: rgb(209,1,76); }

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