Html Css Color HEX #DD263B Alizarin

📋 copy color: '#DD263B'

red 221 ◦ green 38 ◦ blue 59

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

Shades of Alizarin #DD263B

Tints of Alizarin #DD263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 69.5%
G = 11.95%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD263B (or 0xDD263B) is known color: Alizarin. HEX triplet: DD, 26 and 3B. RGB value is (221,38,59). Sum of RGB (Red+Green+Blue) = 221+38+59=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD263B is #22D9C4. Grayscale: #5F5F5F. Windows color (decimal): -2283973 or 3876573. OLE color: 3876573.

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

Color convert

RGB 221 38 59 -
CMYK 0 0.83 0.73 0.13
HSL 353.11º 0.73% 0.51% -
HSV(B) 353.11º 0.83% 0.87% -
XYZ 31.3 17.07 5.78 -
YUV 95.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 221 38 59 0 0.83 0.73 0.13 353.11 0.73 0.51
Hex DD 26 3B 0 53 49 D 161 49 33
Octal 335 46 73 0 123 111 15 541 111 63
Binary 11011101 100110 111011 0 1010011 1001001 1101 101100001 1001001 110011

Color Harmonies of #DD263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD263B

Black with #DD263B

Text Example


Text Example

White with #DD263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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