Html Css Color HEX #DE1842 Crimson

📋 copy color: '#DE1842'

red 222 ◦ green 24 ◦ blue 66

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

Shades of Crimson #DE1842

Tints of Crimson #DE1842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 71.15%
G = 7.69%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE1842 (or 0xDE1842) is known color: Crimson. HEX triplet: DE, 18 and 42. RGB value is (222,24,66). Sum of RGB (Red+Green+Blue) = 222+24+66=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1842 is #21E7BD. Grayscale: #585858. Windows color (decimal): -2222014 or 4331742. OLE color: 4331742.

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

Color convert

RGB 222 24 66 -
CMYK 0 0.89 0.70 0.13
HSL 347.27º 0.8% 0.48% -
HSV(B) 347.27º 0.89% 0.87% -
XYZ 31.43 16.58 6.7 -
YUV 87.99 115.6 223.58 -
System Red Green Blue C M Y K H S L
Decimal 222 24 66 0 0.89 0.70 0.13 347.27 0.8 0.48
Hex DE 18 42 0 59 46 D 15B 50 30
Octal 336 30 102 0 131 106 15 533 120 60
Binary 11011110 11000 1000010 0 1011001 1000110 1101 101011011 1010000 110000

Color Harmonies of #DE1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1842

Black with #DE1842

Text Example


Text Example

White with #DE1842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1842; }

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

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

background-color css

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

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

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

border-color css

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

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

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