Html Css Color HEX #DE273C Alizarin

📋 copy color: '#DE273C'

red 222 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #DE273C

Tints of Alizarin #DE273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 69.16%
G = 12.15%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE273C (or 0xDE273C) is known color: Alizarin. HEX triplet: DE, 27 and 3C. RGB value is (222,39,60). Sum of RGB (Red+Green+Blue) = 222+39+60=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE273C is #21D8C3. Grayscale: #606060. Windows color (decimal): -2218180 or 3942366. OLE color: 3942366.

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

Color convert

RGB 222 39 60 -
CMYK 0 0.82 0.73 0.13
HSL 353.11º 0.73% 0.51% -
HSV(B) 353.11º 0.82% 0.87% -
XYZ 31.67 17.31 5.95 -
YUV 96.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 222 39 60 0 0.82 0.73 0.13 353.11 0.73 0.51
Hex DE 27 3C 0 52 49 D 161 49 33
Octal 336 47 74 0 122 111 15 541 111 63
Binary 11011110 100111 111100 0 1010010 1001001 1101 101100001 1001001 110011

Color Harmonies of #DE273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE273C

Black with #DE273C

Text Example


Text Example

White with #DE273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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