Html Css Color HEX #DE2044 Crimson

📋 copy color: '#DE2044'

red 222 ◦ green 32 ◦ blue 68

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

Shades of Crimson #DE2044

Tints of Crimson #DE2044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

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

R = 68.94%
G = 9.94%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE2044 (or 0xDE2044) is known color: Crimson. HEX triplet: DE, 20 and 44. RGB value is (222,32,68). Sum of RGB (Red+Green+Blue) = 222+32+68=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2044 is #21DFBB. Grayscale: #5C5C5C. Windows color (decimal): -2219964 or 4464862. OLE color: 4464862.

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

Color convert

RGB 222 32 68 -
CMYK 0 0.86 0.69 0.13
HSL 348.63º 0.75% 0.5% -
HSV(B) 348.63º 0.86% 0.87% -
XYZ 31.68 16.98 7.08 -
YUV 92.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 222 32 68 0 0.86 0.69 0.13 348.63 0.75 0.5
Hex DE 20 44 0 56 45 D 15D 4B 32
Octal 336 40 104 0 126 105 15 535 113 62
Binary 11011110 100000 1000100 0 1010110 1000101 1101 101011101 1001011 110010

Color Harmonies of #DE2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2044

Black with #DE2044

Text Example


Text Example

White with #DE2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2044; }

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

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

background-color css

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

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

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

border-color css

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

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

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