Html Css Color HEX #DC262F Alizarin

📋 copy color: '#DC262F'

red 220 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #DC262F

Tints of Alizarin #DC262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 72.13%
G = 12.46%
B = 15.41%

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

#DC262F (or 0xDC262F) is known color: Alizarin. HEX triplet: DC, 26 and 2F. RGB value is (220,38,47). Sum of RGB (Red+Green+Blue) = 220+38+47=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC262F is #23D9D0. Grayscale: #5D5D5D. Windows color (decimal): -2349521 or 3090140. OLE color: 3090140.

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

Color convert

RGB 220 38 47 -
CMYK 0 0.83 0.79 0.14
HSL 357.03º 0.72% 0.51% -
HSV(B) 357.03º 0.83% 0.86% -
XYZ 30.72 16.81 4.31 -
YUV 93.44 101.8 218.27 -
System Red Green Blue C M Y K H S L
Decimal 220 38 47 0 0.83 0.79 0.14 357.03 0.72 0.51
Hex DC 26 2F 0 53 4F E 165 48 33
Octal 334 46 57 0 123 117 16 545 110 63
Binary 11011100 100110 101111 0 1010011 1001111 1110 101100101 1001000 110011

Color Harmonies of #DC262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC262F

Black with #DC262F

Text Example


Text Example

White with #DC262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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