Html Css Color HEX #DD262B Alizarin

📋 copy color: '#DD262B'

red 221 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #DD262B

Tints of Alizarin #DD262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 73.18%
G = 12.58%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD262B (or 0xDD262B) is known color: Alizarin. HEX triplet: DD, 26 and 2B. RGB value is (221,38,43). Sum of RGB (Red+Green+Blue) = 221+38+43=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD262B is #22D9D4. Grayscale: #5D5D5D. Windows color (decimal): -2283989 or 2827997. OLE color: 2827997.

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

Color convert

RGB 221 38 43 -
CMYK 0 0.83 0.81 0.13
HSL 358.36º 0.73% 0.51% -
HSV(B) 358.36º 0.83% 0.87% -
XYZ 30.95 16.93 3.92 -
YUV 93.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 221 38 43 0 0.83 0.81 0.13 358.36 0.73 0.51
Hex DD 26 2B 0 53 51 D 166 49 33
Octal 335 46 53 0 123 121 15 546 111 63
Binary 11011101 100110 101011 0 1010011 1010001 1101 101100110 1001001 110011

Color Harmonies of #DD262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD262B

Black with #DD262B

Text Example


Text Example

White with #DD262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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