Html Css Color HEX #DC074A Razzmatazz

📋 copy color: '#DC074A'

red 220 ◦ green 7 ◦ blue 74

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

Shades of Razzmatazz #DC074A

Tints of Razzmatazz #DC074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 73.09%
G = 2.33%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC074A (or 0xDC074A) is known color: Razzmatazz. HEX triplet: DC, 07 and 4A. RGB value is (220,7,74). Sum of RGB (Red+Green+Blue) = 220+7+74=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC074A is #23F8B5. Grayscale: #4E4E4E. Windows color (decimal): -2357430 or 4851676. OLE color: 4851676.

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

Color convert

RGB 220 7 74 -
CMYK 0 0.97 0.66 0.14
HSL 341.13º 0.94% 0.45% -
HSV(B) 341.13º 0.97% 0.86% -
XYZ 30.83 15.86 7.92 -
YUV 78.33 125.57 229.05 -
System Red Green Blue C M Y K H S L
Decimal 220 7 74 0 0.97 0.66 0.14 341.13 0.94 0.45
Hex DC 7 4A 0 61 42 E 155 5E 2D
Octal 334 7 112 0 141 102 16 525 136 55
Binary 11011100 111 1001010 0 1100001 1000010 1110 101010101 1011110 101101

Color Harmonies of #DC074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC074A

Black with #DC074A

Text Example


Text Example

White with #DC074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC074A; }

 p { color: rgb(220,7,74); }

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

background-color css

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

 a { background-color: rgb(220,7,74); }

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

border-color css

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

 span { border-color: rgb(220,7,74); }

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