Html Css Color HEX #DC262E Alizarin

📋 copy color: '#DC262E'

red 220 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #DC262E

Tints of Alizarin #DC262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 72.37%
G = 12.5%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC262E (or 0xDC262E) is known color: Alizarin. HEX triplet: DC, 26 and 2E. RGB value is (220,38,46). Sum of RGB (Red+Green+Blue) = 220+38+46=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC262E is #23D9D1. Grayscale: #5D5D5D. Windows color (decimal): -2349522 or 3024604. OLE color: 3024604.

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

Color convert

RGB 220 38 46 -
CMYK 0 0.83 0.79 0.14
HSL 357.36º 0.72% 0.51% -
HSV(B) 357.36º 0.83% 0.86% -
XYZ 30.7 16.8 4.21 -
YUV 93.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 220 38 46 0 0.83 0.79 0.14 357.36 0.72 0.51
Hex DC 26 2E 0 53 4F E 165 48 33
Octal 334 46 56 0 123 117 16 545 110 63
Binary 11011100 100110 101110 0 1010011 1001111 1110 101100101 1001000 110011

Color Harmonies of #DC262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC262E

Black with #DC262E

Text Example


Text Example

White with #DC262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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