Html Css Color HEX #DC262A Alizarin

📋 copy color: '#DC262A'

red 220 ◦ green 38 ◦ blue 42

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

Shades of Alizarin #DC262A

Tints of Alizarin #DC262A

RGB

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

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

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

R = 73.33%
G = 12.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC262A (or 0xDC262A) is known color: Alizarin. HEX triplet: DC, 26 and 2A. RGB value is (220,38,42). Sum of RGB (Red+Green+Blue) = 220+38+42=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC262A is #23D9D5. Grayscale: #5D5D5D. Windows color (decimal): -2349526 or 2762460. OLE color: 2762460.

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

Color convert

RGB 220 38 42 -
CMYK 0 0.83 0.81 0.14
HSL 358.68º 0.72% 0.51% -
HSV(B) 358.68º 0.83% 0.86% -
XYZ 30.63 16.77 3.81 -
YUV 92.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 220 38 42 0 0.83 0.81 0.14 358.68 0.72 0.51
Hex DC 26 2A 0 53 51 E 167 48 33
Octal 334 46 52 0 123 121 16 547 110 63
Binary 11011100 100110 101010 0 1010011 1010001 1110 101100111 1001000 110011

Color Harmonies of #DC262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC262A

Black with #DC262A

Text Example


Text Example

White with #DC262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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