Html Css Color HEX #DE1847 Crimson

📋 copy color: '#DE1847'

red 222 ◦ green 24 ◦ blue 71

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

Shades of Crimson #DE1847

Tints of Crimson #DE1847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 70.03%
G = 7.57%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE1847 (or 0xDE1847) is known color: Crimson. HEX triplet: DE, 18 and 47. RGB value is (222,24,71). Sum of RGB (Red+Green+Blue) = 222+24+71=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1847 is #21E7B8. Grayscale: #585858. Windows color (decimal): -2222009 or 4659422. OLE color: 4659422.

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

Color convert

RGB 222 24 71 -
CMYK 0 0.89 0.68 0.13
HSL 345.76º 0.8% 0.48% -
HSV(B) 345.76º 0.89% 0.87% -
XYZ 31.59 16.64 7.51 -
YUV 88.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 222 24 71 0 0.89 0.68 0.13 345.76 0.8 0.48
Hex DE 18 47 0 59 44 D 15A 50 30
Octal 336 30 107 0 131 104 15 532 120 60
Binary 11011110 11000 1000111 0 1011001 1000100 1101 101011010 1010000 110000

Color Harmonies of #DE1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1847

Black with #DE1847

Text Example


Text Example

White with #DE1847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1847; }

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

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

background-color css

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

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

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

border-color css

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

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

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