Html Css Color HEX #D1014D Razzmatazz

📋 copy color: '#D1014D'

red 209 ◦ green 1 ◦ blue 77

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

Shades of Razzmatazz #D1014D

Tints of Razzmatazz #D1014D

RGB

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

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

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

R = 72.82%
G = 0.35%
B = 26.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1014D (or 0xD1014D) is known color: Razzmatazz. HEX triplet: D1, 01 and 4D. RGB value is (209,1,77). Sum of RGB (Red+Green+Blue) = 209+1+77=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1014D is #2EFEB2. Grayscale: #474747. Windows color (decimal): -3079859 or 5046737. OLE color: 5046737.

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

Color convert

RGB 209 1 77 -
CMYK 0 1.00 0.63 0.18
HSL 338.08º 0.99% 0.41% -
HSV(B) 338.08º 1% 0.82% -
XYZ 27.64 14.11 8.29 -
YUV 71.86 130.91 225.82 -
System Red Green Blue C M Y K H S L
Decimal 209 1 77 0 1.00 0.63 0.18 338.08 0.99 0.41
Hex D1 1 4D 0 64 3F 12 152 63 29
Octal 321 1 115 0 144 77 22 522 143 51
Binary 11010001 1 1001101 0 1100100 111111 10010 101010010 1100011 101001

Color Harmonies of #D1014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1014D

Black with #D1014D

Text Example


Text Example

White with #D1014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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