Html Css Color HEX #DE1444 Crimson

📋 copy color: '#DE1444'

red 222 ◦ green 20 ◦ blue 68

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

Shades of Crimson #DE1444

Tints of Crimson #DE1444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 71.61%
G = 6.45%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE1444 (or 0xDE1444) is known color: Crimson. HEX triplet: DE, 14 and 44. RGB value is (222,20,68). Sum of RGB (Red+Green+Blue) = 222+20+68=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1444 is #21EBBB. Grayscale: #555555. Windows color (decimal): -2223036 or 4461790. OLE color: 4461790.

HSL color Cylindrical-coordinate representation of color #DE1444: hue angle of 345.74º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1444 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 20 68 -
CMYK 0 0.91 0.69 0.13
HSL 345.74º 0.83% 0.47% -
HSV(B) 345.74º 0.91% 0.87% -
XYZ 31.42 16.45 6.99 -
YUV 85.87 117.92 225.1 -
System Red Green Blue C M Y K H S L
Decimal 222 20 68 0 0.91 0.69 0.13 345.74 0.83 0.47
Hex DE 14 44 0 5B 45 D 15A 53 2F
Octal 336 24 104 0 133 105 15 532 123 57
Binary 11011110 10100 1000100 0 1011011 1000101 1101 101011010 1010011 101111

Color Harmonies of #DE1444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1444

Black with #DE1444

Text Example


Text Example

White with #DE1444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1444; }

 p { color: rgb(222,20,68); }

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

background-color css

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

 a { background-color: rgb(222,20,68); }

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

border-color css

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

 span { border-color: rgb(222,20,68); }

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