Html Css Color HEX #D9014F Razzmatazz

📋 copy color: '#D9014F'

red 217 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #D9014F

Tints of Razzmatazz #D9014F

RGB

 RED value IS 217 (85.16% from 255) = 73.06%

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

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

R = 73.06%
G = 0.34%
B = 26.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9014F (or 0xD9014F) is known color: Razzmatazz. HEX triplet: D9, 01 and 4F. RGB value is (217,1,79). Sum of RGB (Red+Green+Blue) = 217+1+79=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9014F is #26FEB0. Grayscale: #4A4A4A. Windows color (decimal): -2555569 or 5177817. OLE color: 5177817.

HSL color Cylindrical-coordinate representation of color #D9014F: hue angle of 338.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9014F is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 79 -
CMYK 0 1.00 0.64 0.15
HSL 338.33º 0.99% 0.43% -
HSV(B) 338.33º 1% 0.85% -
XYZ 30.04 15.34 8.77 -
YUV 74.48 130.56 229.66 -
System Red Green Blue C M Y K H S L
Decimal 217 1 79 0 1.00 0.64 0.15 338.33 0.99 0.43
Hex D9 1 4F 0 64 40 F 152 63 2B
Octal 331 1 117 0 144 100 17 522 143 53
Binary 11011001 1 1001111 0 1100100 1000000 1111 101010010 1100011 101011

Color Harmonies of #D9014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9014F

Black with #D9014F

Text Example


Text Example

White with #D9014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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