Html Css Color HEX #DC232A Alizarin

📋 copy color: '#DC232A'

red 220 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #DC232A

Tints of Alizarin #DC232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 74.07%
G = 11.78%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC232A (or 0xDC232A) is known color: Alizarin. HEX triplet: DC, 23 and 2A. RGB value is (220,35,42). Sum of RGB (Red+Green+Blue) = 220+35+42=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC232A is #23DCD5. Grayscale: #5B5B5B. Windows color (decimal): -2350294 or 2761692. OLE color: 2761692.

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

Color convert

RGB 220 35 42 -
CMYK 0 0.84 0.81 0.14
HSL 357.73º 0.73% 0.5% -
HSV(B) 357.73º 0.84% 0.86% -
XYZ 30.53 16.58 3.78 -
YUV 91.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 220 35 42 0 0.84 0.81 0.14 357.73 0.73 0.5
Hex DC 23 2A 0 54 51 E 166 49 32
Octal 334 43 52 0 124 121 16 546 111 62
Binary 11011100 100011 101010 0 1010100 1010001 1110 101100110 1001001 110010

Color Harmonies of #DC232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC232A

Black with #DC232A

Text Example


Text Example

White with #DC232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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