Html Css Color HEX #D70251 Razzmatazz

📋 copy color: '#D70251'

red 215 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #D70251

Tints of Razzmatazz #D70251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 81 (32.03% from 255) = 27.18%

R = 72.15%
G = 0.67%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D70251 (or 0xD70251) is known color: Razzmatazz. HEX triplet: D7, 02 and 51. RGB value is (215,2,81). Sum of RGB (Red+Green+Blue) = 215+2+81=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D70251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70251 is #28FDAE. Grayscale: #4A4A4A. Windows color (decimal): -2686383 or 5309143. OLE color: 5309143.

HSL color Cylindrical-coordinate representation of color #D70251: hue angle of 337.75º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70251 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 2 81 -
CMYK 0 0.99 0.62 0.16
HSL 337.75º 0.98% 0.43% -
HSV(B) 337.75º 0.99% 0.84% -
XYZ 29.53 15.08 9.14 -
YUV 74.69 131.57 228.08 -
System Red Green Blue C M Y K H S L
Decimal 215 2 81 0 0.99 0.62 0.16 337.75 0.98 0.43
Hex D7 2 51 0 63 3E 10 152 62 2B
Octal 327 2 121 0 143 76 20 522 142 53
Binary 11010111 10 1010001 0 1100011 111110 10000 101010010 1100010 101011

Color Harmonies of #D70251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70251

Black with #D70251

Text Example


Text Example

White with #D70251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70251; }

 p { color: rgb(215,2,81); }

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

background-color css

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

 a { background-color: rgb(215,2,81); }

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

border-color css

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

 span { border-color: rgb(215,2,81); }

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