Html Css Color HEX #DD263E Alizarin

📋 copy color: '#DD263E'

red 221 ◦ green 38 ◦ blue 62

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

Shades of Alizarin #DD263E

Tints of Alizarin #DD263E

RGB

 RED value IS 221 (86.72% from 255) = 68.85%

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

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 68.85%
G = 11.84%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD263E (or 0xDD263E) is known color: Alizarin. HEX triplet: DD, 26 and 3E. RGB value is (221,38,62). Sum of RGB (Red+Green+Blue) = 221+38+62=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD263E is #22D9C1. Grayscale: #5F5F5F. Windows color (decimal): -2283970 or 4073181. OLE color: 4073181.

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

Color convert

RGB 221 38 62 -
CMYK 0 0.83 0.72 0.13
HSL 352.13º 0.73% 0.51% -
HSV(B) 352.13º 0.83% 0.87% -
XYZ 31.38 17.11 6.21 -
YUV 95.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 221 38 62 0 0.83 0.72 0.13 352.13 0.73 0.51
Hex DD 26 3E 0 53 48 D 160 49 33
Octal 335 46 76 0 123 110 15 540 111 63
Binary 11011101 100110 111110 0 1010011 1001000 1101 101100000 1001001 110011

Color Harmonies of #DD263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD263E

Black with #DD263E

Text Example


Text Example

White with #DD263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD263E; }

 p { color: rgb(221,38,62); }

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

background-color css

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

 a { background-color: rgb(221,38,62); }

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

border-color css

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

 span { border-color: rgb(221,38,62); }

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