Html Css Color HEX #DD262D Alizarin

📋 copy color: '#DD262D'

red 221 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #DD262D

Tints of Alizarin #DD262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 72.7%
G = 12.5%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD262D (or 0xDD262D) is known color: Alizarin. HEX triplet: DD, 26 and 2D. RGB value is (221,38,45). Sum of RGB (Red+Green+Blue) = 221+38+45=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD262D is #22D9D2. Grayscale: #5D5D5D. Windows color (decimal): -2283987 or 2959069. OLE color: 2959069.

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

Color convert

RGB 221 38 45 -
CMYK 0 0.83 0.80 0.13
HSL 357.7º 0.73% 0.51% -
HSV(B) 357.7º 0.83% 0.87% -
XYZ 30.99 16.95 4.12 -
YUV 93.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 221 38 45 0 0.83 0.80 0.13 357.7 0.73 0.51
Hex DD 26 2D 0 53 50 D 166 49 33
Octal 335 46 55 0 123 120 15 546 111 63
Binary 11011101 100110 101101 0 1010011 1010000 1101 101100110 1001001 110011

Color Harmonies of #DD262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD262D

Black with #DD262D

Text Example


Text Example

White with #DD262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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