Html Css Color HEX #DC094B Razzmatazz

📋 copy color: '#DC094B'

red 220 ◦ green 9 ◦ blue 75

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

Shades of Razzmatazz #DC094B

Tints of Razzmatazz #DC094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 72.37%
G = 2.96%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC094B (or 0xDC094B) is known color: Razzmatazz. HEX triplet: DC, 09 and 4B. RGB value is (220,9,75). Sum of RGB (Red+Green+Blue) = 220+9+75=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC094B is #23F6B4. Grayscale: #4F4F4F. Windows color (decimal): -2356917 or 4917724. OLE color: 4917724.

HSL color Cylindrical-coordinate representation of color #DC094B: hue angle of 341.23º 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 #DC094B is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 75 -
CMYK 0 0.96 0.66 0.14
HSL 341.23º 0.92% 0.45% -
HSV(B) 341.23º 0.96% 0.86% -
XYZ 30.88 15.92 8.1 -
YUV 79.61 125.4 228.13 -
System Red Green Blue C M Y K H S L
Decimal 220 9 75 0 0.96 0.66 0.14 341.23 0.92 0.45
Hex DC 9 4B 0 60 42 E 155 5C 2D
Octal 334 11 113 0 140 102 16 525 134 55
Binary 11011100 1001 1001011 0 1100000 1000010 1110 101010101 1011100 101101

Color Harmonies of #DC094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC094B

Black with #DC094B

Text Example


Text Example

White with #DC094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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