Html Css Color HEX #DD262E Alizarin

📋 copy color: '#DD262E'

red 221 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #DD262E

Tints of Alizarin #DD262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 72.46%
G = 12.46%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD262E (or 0xDD262E) is known color: Alizarin. HEX triplet: DD, 26 and 2E. RGB value is (221,38,46). Sum of RGB (Red+Green+Blue) = 221+38+46=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD262E is #22D9D1. Grayscale: #5D5D5D. Windows color (decimal): -2283986 or 3024605. OLE color: 3024605.

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

Color convert

RGB 221 38 46 -
CMYK 0 0.83 0.79 0.13
HSL 357.38º 0.73% 0.51% -
HSV(B) 357.38º 0.83% 0.87% -
XYZ 31.01 16.96 4.22 -
YUV 93.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 221 38 46 0 0.83 0.79 0.13 357.38 0.73 0.51
Hex DD 26 2E 0 53 4F D 165 49 33
Octal 335 46 56 0 123 117 15 545 111 63
Binary 11011101 100110 101110 0 1010011 1001111 1101 101100101 1001001 110011

Color Harmonies of #DD262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD262E

Black with #DD262E

Text Example


Text Example

White with #DD262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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