Html Css Color HEX #DE1839 Crimson

📋 copy color: '#DE1839'

red 222 ◦ green 24 ◦ blue 57

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

Shades of Crimson #DE1839

Tints of Crimson #DE1839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

 BLUE value IS 57 (22.66% from 255) = 18.81%

R = 73.27%
G = 7.92%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE1839 (or 0xDE1839) is known color: Crimson. HEX triplet: DE, 18 and 39. RGB value is (222,24,57). Sum of RGB (Red+Green+Blue) = 222+24+57=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1839 is #21E7C6. Grayscale: #575757. Windows color (decimal): -2222023 or 3741918. OLE color: 3741918.

HSL color Cylindrical-coordinate representation of color #DE1839: hue angle of 350º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1839 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 24 57 -
CMYK 0 0.89 0.74 0.13
HSL 350º 0.8% 0.48% -
HSV(B) 350º 0.89% 0.87% -
XYZ 31.19 16.48 5.41 -
YUV 86.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 222 24 57 0 0.89 0.74 0.13 350 0.8 0.48
Hex DE 18 39 0 59 4A D 15E 50 30
Octal 336 30 71 0 131 112 15 536 120 60
Binary 11011110 11000 111001 0 1011001 1001010 1101 101011110 1010000 110000

Color Harmonies of #DE1839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1839

Black with #DE1839

Text Example


Text Example

White with #DE1839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1839; }

 p { color: rgb(222,24,57); }

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

background-color css

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

 a { background-color: rgb(222,24,57); }

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

border-color css

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

 span { border-color: rgb(222,24,57); }

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