Html Css Color HEX #D7014C Razzmatazz

📋 copy color: '#D7014C'

red 215 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #D7014C

Tints of Razzmatazz #D7014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 73.63%
G = 0.34%
B = 26.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7014C (or 0xD7014C) is known color: Razzmatazz. HEX triplet: D7, 01 and 4C. RGB value is (215,1,76). Sum of RGB (Red+Green+Blue) = 215+1+76=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7014C is #28FEB3. Grayscale: #494949. Windows color (decimal): -2686644 or 4981207. OLE color: 4981207.

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

Color convert

RGB 215 1 76 -
CMYK 0 1.00 0.65 0.16
HSL 338.97º 0.99% 0.42% -
HSV(B) 338.97º 1% 0.84% -
XYZ 29.34 14.99 8.18 -
YUV 73.54 129.4 228.9 -
System Red Green Blue C M Y K H S L
Decimal 215 1 76 0 1.00 0.65 0.16 338.97 0.99 0.42
Hex D7 1 4C 0 64 41 10 153 63 2A
Octal 327 1 114 0 144 101 20 523 143 52
Binary 11010111 1 1001100 0 1100100 1000001 10000 101010011 1100011 101010

Color Harmonies of #D7014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7014C

Black with #D7014C

Text Example


Text Example

White with #D7014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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