Html Css Color HEX #D10149 Razzmatazz

📋 copy color: '#D10149'

red 209 ◦ green 1 ◦ blue 73

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

Shades of Razzmatazz #D10149

Tints of Razzmatazz #D10149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.8%

R = 73.85%
G = 0.35%
B = 25.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D10149 (or 0xD10149) is known color: Razzmatazz. HEX triplet: D1, 01 and 49. RGB value is (209,1,73). Sum of RGB (Red+Green+Blue) = 209+1+73=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D10149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10149 is #2EFEB6. Grayscale: #474747. Windows color (decimal): -3079863 or 4784593. OLE color: 4784593.

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

Color convert

RGB 209 1 73 -
CMYK 0 1.00 0.65 0.18
HSL 339.23º 0.99% 0.41% -
HSV(B) 339.23º 1% 0.82% -
XYZ 27.51 14.06 7.57 -
YUV 71.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 209 1 73 0 1.00 0.65 0.18 339.23 0.99 0.41
Hex D1 1 49 0 64 41 12 153 63 29
Octal 321 1 111 0 144 101 22 523 143 51
Binary 11010001 1 1001001 0 1100100 1000001 10010 101010011 1100011 101001

Color Harmonies of #D10149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10149

Black with #D10149

Text Example


Text Example

White with #D10149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10149; }

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

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

background-color css

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

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

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

border-color css

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

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

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