Html Css Color HEX #DE273F Alizarin

📋 copy color: '#DE273F'

red 222 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #DE273F

Tints of Alizarin #DE273F

RGB

 RED value IS 222 (87.11% from 255) = 68.52%

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

 BLUE value IS 63 (25% from 255) = 19.44%

R = 68.52%
G = 12.04%
B = 19.44%

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

#DE273F (or 0xDE273F) is known color: Alizarin. HEX triplet: DE, 27 and 3F. RGB value is (222,39,63). Sum of RGB (Red+Green+Blue) = 222+39+63=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE273F is #21D8C0. Grayscale: #606060. Windows color (decimal): -2218177 or 4138974. OLE color: 4138974.

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

Color convert

RGB 222 39 63 -
CMYK 0 0.82 0.72 0.13
HSL 352.13º 0.73% 0.51% -
HSV(B) 352.13º 0.82% 0.87% -
XYZ 31.75 17.34 6.38 -
YUV 96.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 222 39 63 0 0.82 0.72 0.13 352.13 0.73 0.51
Hex DE 27 3F 0 52 48 D 160 49 33
Octal 336 47 77 0 122 110 15 540 111 63
Binary 11011110 100111 111111 0 1010010 1001000 1101 101100000 1001001 110011

Color Harmonies of #DE273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE273F

Black with #DE273F

Text Example


Text Example

White with #DE273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE273F; }

 p { color: rgb(222,39,63); }

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

background-color css

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

 a { background-color: rgb(222,39,63); }

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

border-color css

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

 span { border-color: rgb(222,39,63); }

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