Html Css Color HEX #D9014D Razzmatazz

📋 copy color: '#D9014D'

red 217 ◦ green 1 ◦ blue 77

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

Shades of Razzmatazz #D9014D

Tints of Razzmatazz #D9014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 73.56%
G = 0.34%
B = 26.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9014D (or 0xD9014D) is known color: Razzmatazz. HEX triplet: D9, 01 and 4D. RGB value is (217,1,77). Sum of RGB (Red+Green+Blue) = 217+1+77=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9014D is #26FEB2. Grayscale: #4A4A4A. Windows color (decimal): -2555571 or 5046745. OLE color: 5046745.

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

Color convert

RGB 217 1 77 -
CMYK 0 1.00 0.65 0.15
HSL 338.89º 0.99% 0.43% -
HSV(B) 338.89º 1% 0.85% -
XYZ 29.97 15.31 8.4 -
YUV 74.25 129.56 229.82 -
System Red Green Blue C M Y K H S L
Decimal 217 1 77 0 1.00 0.65 0.15 338.89 0.99 0.43
Hex D9 1 4D 0 64 41 F 153 63 2B
Octal 331 1 115 0 144 101 17 523 143 53
Binary 11011001 1 1001101 0 1100100 1000001 1111 101010011 1100011 101011

Color Harmonies of #D9014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9014D

Black with #D9014D

Text Example


Text Example

White with #D9014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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