Html Css Color HEX #DC2730 Alizarin

📋 copy color: '#DC2730'

red 220 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #DC2730

Tints of Alizarin #DC2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.7%

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 71.66%
G = 12.7%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2730 (or 0xDC2730) is known color: Alizarin. HEX triplet: DC, 27 and 30. RGB value is (220,39,48). Sum of RGB (Red+Green+Blue) = 220+39+48=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2730 is #23D8CF. Grayscale: #5E5E5E. Windows color (decimal): -2349264 or 3155932. OLE color: 3155932.

HSL color Cylindrical-coordinate representation of color #DC2730: hue angle of 357.02º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2730 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 48 -
CMYK 0 0.82 0.78 0.14
HSL 357.02º 0.72% 0.51% -
HSV(B) 357.02º 0.82% 0.86% -
XYZ 30.77 16.88 4.43 -
YUV 94.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 220 39 48 0 0.82 0.78 0.14 357.02 0.72 0.51
Hex DC 27 30 0 52 4E E 165 48 33
Octal 334 47 60 0 122 116 16 545 110 63
Binary 11011100 100111 110000 0 1010010 1001110 1110 101100101 1001000 110011

Color Harmonies of #DC2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2730

Black with #DC2730

Text Example


Text Example

White with #DC2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2730; }

 p { color: rgb(220,39,48); }

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

background-color css

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

 a { background-color: rgb(220,39,48); }

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

border-color css

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

 span { border-color: rgb(220,39,48); }

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