Html Css Color HEX #DD263D Alizarin

📋 copy color: '#DD263D'

red 221 ◦ green 38 ◦ blue 61

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

Shades of Alizarin #DD263D

Tints of Alizarin #DD263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 69.06%
G = 11.88%
B = 19.06%

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

#DD263D (or 0xDD263D) is known color: Alizarin. HEX triplet: DD, 26 and 3D. RGB value is (221,38,61). Sum of RGB (Red+Green+Blue) = 221+38+61=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD263D is #22D9C2. Grayscale: #5F5F5F. Windows color (decimal): -2283971 or 4007645. OLE color: 4007645.

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

Color convert

RGB 221 38 61 -
CMYK 0 0.83 0.72 0.13
HSL 352.46º 0.73% 0.51% -
HSV(B) 352.46º 0.83% 0.87% -
XYZ 31.35 17.1 6.06 -
YUV 95.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 221 38 61 0 0.83 0.72 0.13 352.46 0.73 0.51
Hex DD 26 3D 0 53 48 D 160 49 33
Octal 335 46 75 0 123 110 15 540 111 63
Binary 11011101 100110 111101 0 1010011 1001000 1101 101100000 1001001 110011

Color Harmonies of #DD263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD263D

Black with #DD263D

Text Example


Text Example

White with #DD263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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