Html Css Color HEX #DF014F Razzmatazz

📋 copy color: '#DF014F'

red 223 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #DF014F

Tints of Razzmatazz #DF014F

RGB

 RED value IS 223 (87.5% from 255) = 73.6%

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

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

R = 73.6%
G = 0.33%
B = 26.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF014F (or 0xDF014F) is known color: Razzmatazz. HEX triplet: DF, 01 and 4F. RGB value is (223,1,79). Sum of RGB (Red+Green+Blue) = 223+1+79=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF014F is #20FEB0. Grayscale: #4C4C4C. Windows color (decimal): -2162353 or 5177823. OLE color: 5177823.

HSL color Cylindrical-coordinate representation of color #DF014F: hue angle of 338.92º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF014F is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 1 79 -
CMYK 0 1.00 0.65 0.13
HSL 338.92º 0.99% 0.44% -
HSV(B) 338.92º 1% 0.87% -
XYZ 31.85 16.27 8.86 -
YUV 76.27 129.55 232.66 -
System Red Green Blue C M Y K H S L
Decimal 223 1 79 0 1.00 0.65 0.13 338.92 0.99 0.44
Hex DF 1 4F 0 64 41 D 153 63 2C
Octal 337 1 117 0 144 101 15 523 143 54
Binary 11011111 1 1001111 0 1100100 1000001 1101 101010011 1100011 101100

Color Harmonies of #DF014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF014F

Black with #DF014F

Text Example


Text Example

White with #DF014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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