Html Css Color HEX #D70149 Razzmatazz

📋 copy color: '#D70149'

red 215 ◦ green 1 ◦ blue 73

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

Shades of Razzmatazz #D70149

Tints of Razzmatazz #D70149

RGB

 RED value IS 215 (84.38% from 255) = 74.39%

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

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

R = 74.39%
G = 0.35%
B = 25.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D70149 (or 0xD70149) is known color: Razzmatazz. HEX triplet: D7, 01 and 49. RGB value is (215,1,73). Sum of RGB (Red+Green+Blue) = 215+1+73=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D70149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70149 is #28FEB6. Grayscale: #494949. Windows color (decimal): -2686647 or 4784599. OLE color: 4784599.

HSL color Cylindrical-coordinate representation of color #D70149: hue angle of 339.81º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70149 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 73 -
CMYK 0 1.00 0.66 0.16
HSL 339.81º 0.99% 0.42% -
HSV(B) 339.81º 1% 0.84% -
XYZ 29.24 14.95 7.65 -
YUV 73.19 127.9 229.15 -
System Red Green Blue C M Y K H S L
Decimal 215 1 73 0 1.00 0.66 0.16 339.81 0.99 0.42
Hex D7 1 49 0 64 42 10 154 63 2A
Octal 327 1 111 0 144 102 20 524 143 52
Binary 11010111 1 1001001 0 1100100 1000010 10000 101010100 1100011 101010

Color Harmonies of #D70149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70149

Black with #D70149

Text Example


Text Example

White with #D70149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70149; }

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

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

background-color css

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

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

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

border-color css

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

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

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