Html Css Color HEX #DC2328 Alizarin

📋 copy color: '#DC2328'

red 220 ◦ green 35 ◦ blue 40

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

Shades of Alizarin #DC2328

Tints of Alizarin #DC2328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 74.58%
G = 11.86%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC2328 (or 0xDC2328) is known color: Alizarin. HEX triplet: DC, 23 and 28. RGB value is (220,35,40). Sum of RGB (Red+Green+Blue) = 220+35+40=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2328 is #23DCD7. Grayscale: #5B5B5B. Windows color (decimal): -2350296 or 2630620. OLE color: 2630620.

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

Color convert

RGB 220 35 40 -
CMYK 0 0.84 0.82 0.14
HSL 358.38º 0.73% 0.5% -
HSV(B) 358.38º 0.84% 0.86% -
XYZ 30.5 16.57 3.6 -
YUV 90.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 220 35 40 0 0.84 0.82 0.14 358.38 0.73 0.5
Hex DC 23 28 0 54 52 E 166 49 32
Octal 334 43 50 0 124 122 16 546 111 62
Binary 11011100 100011 101000 0 1010100 1010010 1110 101100110 1001001 110010

Color Harmonies of #DC2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2328

Black with #DC2328

Text Example


Text Example

White with #DC2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2328; }

 p { color: rgb(220,35,40); }

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

background-color css

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

 a { background-color: rgb(220,35,40); }

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

border-color css

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

 span { border-color: rgb(220,35,40); }

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