Html Css Color HEX #DC252B Alizarin

📋 copy color: '#DC252B'

red 220 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #DC252B

Tints of Alizarin #DC252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 73.33%
G = 12.33%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC252B (or 0xDC252B) is known color: Alizarin. HEX triplet: DC, 25 and 2B. RGB value is (220,37,43). Sum of RGB (Red+Green+Blue) = 220+37+43=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC252B is #23DAD4. Grayscale: #5C5C5C. Windows color (decimal): -2349781 or 2827740. OLE color: 2827740.

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

Color convert

RGB 220 37 43 -
CMYK 0 0.83 0.80 0.14
HSL 358.03º 0.72% 0.5% -
HSV(B) 358.03º 0.83% 0.86% -
XYZ 30.61 16.71 3.9 -
YUV 92.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 220 37 43 0 0.83 0.80 0.14 358.03 0.72 0.5
Hex DC 25 2B 0 53 50 E 166 48 32
Octal 334 45 53 0 123 120 16 546 110 62
Binary 11011100 100101 101011 0 1010011 1010000 1110 101100110 1001000 110010

Color Harmonies of #DC252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC252B

Black with #DC252B

Text Example


Text Example

White with #DC252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC252B; }

 p { color: rgb(220,37,43); }

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

background-color css

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

 a { background-color: rgb(220,37,43); }

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

border-color css

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

 span { border-color: rgb(220,37,43); }

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