Html Css Color HEX #DE0E40 Crimson

📋 copy color: '#DE0E40'

red 222 ◦ green 14 ◦ blue 64

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

Shades of Crimson #DE0E40

Tints of Crimson #DE0E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.67%

 BLUE value IS 64 (25.39% from 255) = 21.33%

R = 74%
G = 4.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE0E40 (or 0xDE0E40) is known color: Crimson. HEX triplet: DE, 0E and 40. RGB value is (222,14,64). Sum of RGB (Red+Green+Blue) = 222+14+64=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E40 is #21F1BF. Grayscale: #515151. Windows color (decimal): -2224576 or 4198110. OLE color: 4198110.

HSL color Cylindrical-coordinate representation of color #DE0E40: hue angle of 345.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0E40 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 14 64 -
CMYK 0 0.94 0.71 0.13
HSL 345.58º 0.88% 0.46% -
HSV(B) 345.58º 0.94% 0.87% -
XYZ 31.21 16.21 6.34 -
YUV 81.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 222 14 64 0 0.94 0.71 0.13 345.58 0.88 0.46
Hex DE E 40 0 5E 47 D 15A 58 2E
Octal 336 16 100 0 136 107 15 532 130 56
Binary 11011110 1110 1000000 0 1011110 1000111 1101 101011010 1011000 101110

Color Harmonies of #DE0E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0E40

Black with #DE0E40

Text Example


Text Example

White with #DE0E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0E40; }

 p { color: rgb(222,14,64); }

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

background-color css

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

 a { background-color: rgb(222,14,64); }

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

border-color css

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

 span { border-color: rgb(222,14,64); }

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