Html Css Color HEX #DE1838 Crimson

📋 copy color: '#DE1838'

red 222 ◦ green 24 ◦ blue 56

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

Shades of Crimson #DE1838

Tints of Crimson #DE1838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 73.51%
G = 7.95%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE1838 (or 0xDE1838) is known color: Crimson. HEX triplet: DE, 18 and 38. RGB value is (222,24,56). Sum of RGB (Red+Green+Blue) = 222+24+56=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1838 is #21E7C7. Grayscale: #565656. Windows color (decimal): -2222024 or 3676382. OLE color: 3676382.

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

Color convert

RGB 222 24 56 -
CMYK 0 0.89 0.75 0.13
HSL 350.3º 0.8% 0.48% -
HSV(B) 350.3º 0.89% 0.87% -
XYZ 31.16 16.47 5.28 -
YUV 86.85 110.6 224.4 -
System Red Green Blue C M Y K H S L
Decimal 222 24 56 0 0.89 0.75 0.13 350.3 0.8 0.48
Hex DE 18 38 0 59 4B D 15E 50 30
Octal 336 30 70 0 131 113 15 536 120 60
Binary 11011110 11000 111000 0 1011001 1001011 1101 101011110 1010000 110000

Color Harmonies of #DE1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1838

Black with #DE1838

Text Example


Text Example

White with #DE1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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