Html Css Color HEX #D9014C Razzmatazz

📋 copy color: '#D9014C'

red 217 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #D9014C

Tints of Razzmatazz #D9014C

RGB

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

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

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

R = 73.81%
G = 0.34%
B = 25.85%

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

#D9014C (or 0xD9014C) is known color: Razzmatazz. HEX triplet: D9, 01 and 4C. RGB value is (217,1,76). Sum of RGB (Red+Green+Blue) = 217+1+76=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9014C is #26FEB3. Grayscale: #4A4A4A. Windows color (decimal): -2555572 or 4981209. OLE color: 4981209.

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

Color convert

RGB 217 1 76 -
CMYK 0 1.00 0.65 0.15
HSL 339.17º 0.99% 0.43% -
HSV(B) 339.17º 1% 0.85% -
XYZ 29.93 15.3 8.21 -
YUV 74.13 129.06 229.9 -
System Red Green Blue C M Y K H S L
Decimal 217 1 76 0 1.00 0.65 0.15 339.17 0.99 0.43
Hex D9 1 4C 0 64 41 F 153 63 2B
Octal 331 1 114 0 144 101 17 523 143 53
Binary 11011001 1 1001100 0 1100100 1000001 1111 101010011 1100011 101011

Color Harmonies of #D9014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9014C

Black with #D9014C

Text Example


Text Example

White with #D9014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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