Html Css Color HEX #DC094F Razzmatazz

📋 copy color: '#DC094F'

red 220 ◦ green 9 ◦ blue 79

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

Shades of Razzmatazz #DC094F

Tints of Razzmatazz #DC094F

RGB

 RED value IS 220 (86.33% from 255) = 71.43%

 GREEN value IS 9 (3.91% from 255) = 2.92%

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

R = 71.43%
G = 2.92%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC094F (or 0xDC094F) is known color: Razzmatazz. HEX triplet: DC, 09 and 4F. RGB value is (220,9,79). Sum of RGB (Red+Green+Blue) = 220+9+79=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC094F is #23F6B0. Grayscale: #505050. Windows color (decimal): -2356913 or 5179868. OLE color: 5179868.

HSL color Cylindrical-coordinate representation of color #DC094F: hue angle of 340.09º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC094F is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 79 -
CMYK 0 0.96 0.64 0.14
HSL 340.09º 0.92% 0.45% -
HSV(B) 340.09º 0.96% 0.86% -
XYZ 31.02 15.98 8.85 -
YUV 80.07 127.4 227.81 -
System Red Green Blue C M Y K H S L
Decimal 220 9 79 0 0.96 0.64 0.14 340.09 0.92 0.45
Hex DC 9 4F 0 60 40 E 154 5C 2D
Octal 334 11 117 0 140 100 16 524 134 55
Binary 11011100 1001 1001111 0 1100000 1000000 1110 101010100 1011100 101101

Color Harmonies of #DC094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC094F

Black with #DC094F

Text Example


Text Example

White with #DC094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC094F; }

 p { color: rgb(220,9,79); }

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

background-color css

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

 a { background-color: rgb(220,9,79); }

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

border-color css

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

 span { border-color: rgb(220,9,79); }

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