Html Css Color HEX #D1004D Razzmatazz

📋 copy color: '#D1004D'

red 209 ◦ green 0 ◦ blue 77

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

Shades of Razzmatazz #D1004D

Tints of Razzmatazz #D1004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.08%
G = 0%
B = 26.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1004D (or 0xD1004D) is known color: Razzmatazz. HEX triplet: D1, 00 and 4D. RGB value is (209,0,77). Sum of RGB (Red+Green+Blue) = 209+0+77=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1004D is #2EFFB2. Grayscale: #474747. Windows color (decimal): -3080115 or 5046481. OLE color: 5046481.

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

Color convert

RGB 209 0 77 -
CMYK 0 1 0.63 0.18
HSL 337.89º 1% 0.41% -
HSV(B) 337.89º 1% 0.82% -
XYZ 27.63 14.09 8.28 -
YUV 71.27 131.24 226.24 -
System Red Green Blue C M Y K H S L
Decimal 209 0 77 0 1 0.63 0.18 337.89 1 0.41
Hex D1 0 4D 0 64 3F 12 152 64 29
Octal 321 0 115 0 144 77 22 522 144 51
Binary 11010001 0 1001101 0 1100100 111111 10010 101010010 1100100 101001

Color Harmonies of #D1004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1004D

Black with #D1004D

Text Example


Text Example

White with #D1004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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