Html Css Color HEX #DD273D Alizarin

📋 copy color: '#DD273D'

red 221 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #DD273D

Tints of Alizarin #DD273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

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

R = 68.85%
G = 12.15%
B = 19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD273D (or 0xDD273D) is known color: Alizarin. HEX triplet: DD, 27 and 3D. RGB value is (221,39,61). Sum of RGB (Red+Green+Blue) = 221+39+61=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD273D is #22D8C2. Grayscale: #606060. Windows color (decimal): -2283715 or 4007901. OLE color: 4007901.

HSL color Cylindrical-coordinate representation of color #DD273D: hue angle of 352.75º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD273D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 61 -
CMYK 0 0.82 0.72 0.13
HSL 352.75º 0.73% 0.51% -
HSV(B) 352.75º 0.82% 0.87% -
XYZ 31.39 17.16 6.07 -
YUV 95.93 108.3 217.21 -
System Red Green Blue C M Y K H S L
Decimal 221 39 61 0 0.82 0.72 0.13 352.75 0.73 0.51
Hex DD 27 3D 0 52 48 D 161 49 33
Octal 335 47 75 0 122 110 15 541 111 63
Binary 11011101 100111 111101 0 1010010 1001000 1101 101100001 1001001 110011

Color Harmonies of #DD273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD273D

Black with #DD273D

Text Example


Text Example

White with #DD273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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