Html Css Color HEX #DE273E Alizarin

📋 copy color: '#DE273E'

red 222 ◦ green 39 ◦ blue 62

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

Shades of Alizarin #DE273E

Tints of Alizarin #DE273E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.2%

R = 68.73%
G = 12.07%
B = 19.2%

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

#DE273E (or 0xDE273E) is known color: Alizarin. HEX triplet: DE, 27 and 3E. RGB value is (222,39,62). Sum of RGB (Red+Green+Blue) = 222+39+62=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE273E is #21D8C1. Grayscale: #606060. Windows color (decimal): -2218178 or 4073438. OLE color: 4073438.

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

Color convert

RGB 222 39 62 -
CMYK 0 0.82 0.72 0.13
HSL 352.46º 0.73% 0.51% -
HSV(B) 352.46º 0.82% 0.87% -
XYZ 31.72 17.33 6.23 -
YUV 96.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 222 39 62 0 0.82 0.72 0.13 352.46 0.73 0.51
Hex DE 27 3E 0 52 48 D 160 49 33
Octal 336 47 76 0 122 110 15 540 111 63
Binary 11011110 100111 111110 0 1010010 1001000 1101 101100000 1001001 110011

Color Harmonies of #DE273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE273E

Black with #DE273E

Text Example


Text Example

White with #DE273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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