Html Css Color HEX #D7014F Razzmatazz

📋 copy color: '#D7014F'

red 215 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #D7014F

Tints of Razzmatazz #D7014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.78%

R = 72.88%
G = 0.34%
B = 26.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7014F (or 0xD7014F) is known color: Razzmatazz. HEX triplet: D7, 01 and 4F. RGB value is (215,1,79). Sum of RGB (Red+Green+Blue) = 215+1+79=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D7014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7014F is #28FEB0. Grayscale: #494949. Windows color (decimal): -2686641 or 5177815. OLE color: 5177815.

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

Color convert

RGB 215 1 79 -
CMYK 0 1.00 0.63 0.16
HSL 338.13º 0.99% 0.42% -
HSV(B) 338.13º 1% 0.84% -
XYZ 29.45 15.03 8.75 -
YUV 73.88 130.9 228.66 -
System Red Green Blue C M Y K H S L
Decimal 215 1 79 0 1.00 0.63 0.16 338.13 0.99 0.42
Hex D7 1 4F 0 64 3F 10 152 63 2A
Octal 327 1 117 0 144 77 20 522 143 52
Binary 11010111 1 1001111 0 1100100 111111 10000 101010010 1100011 101010

Color Harmonies of #D7014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7014F

Black with #D7014F

Text Example


Text Example

White with #D7014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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