Html Css Color HEX #DC262D Alizarin

📋 copy color: '#DC262D'

red 220 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #DC262D

Tints of Alizarin #DC262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 72.61%
G = 12.54%
B = 14.85%

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

#DC262D (or 0xDC262D) is known color: Alizarin. HEX triplet: DC, 26 and 2D. RGB value is (220,38,45). Sum of RGB (Red+Green+Blue) = 220+38+45=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC262D is #23D9D2. Grayscale: #5D5D5D. Windows color (decimal): -2349523 or 2959068. OLE color: 2959068.

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

Color convert

RGB 220 38 45 -
CMYK 0 0.83 0.80 0.14
HSL 357.69º 0.72% 0.51% -
HSV(B) 357.69º 0.83% 0.86% -
XYZ 30.68 16.79 4.11 -
YUV 93.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 220 38 45 0 0.83 0.80 0.14 357.69 0.72 0.51
Hex DC 26 2D 0 53 50 E 166 48 33
Octal 334 46 55 0 123 120 16 546 110 63
Binary 11011100 100110 101101 0 1010011 1010000 1110 101100110 1001000 110011

Color Harmonies of #DC262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC262D

Black with #DC262D

Text Example


Text Example

White with #DC262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC262D; }

 p { color: rgb(220,38,45); }

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

background-color css

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

 a { background-color: rgb(220,38,45); }

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

border-color css

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

 span { border-color: rgb(220,38,45); }

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