Html Css Color HEX #DE0E44 Crimson

📋 copy color: '#DE0E44'

red 222 ◦ green 14 ◦ blue 68

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

Shades of Crimson #DE0E44

Tints of Crimson #DE0E44

RGB

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

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

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

R = 73.03%
G = 4.61%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE0E44 (or 0xDE0E44) is known color: Crimson. HEX triplet: DE, 0E and 44. RGB value is (222,14,68). Sum of RGB (Red+Green+Blue) = 222+14+68=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E44 is #21F1BB. Grayscale: #525252. Windows color (decimal): -2224572 or 4460254. OLE color: 4460254.

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

Color convert

RGB 222 14 68 -
CMYK 0 0.94 0.69 0.13
HSL 344.42º 0.88% 0.46% -
HSV(B) 344.42º 0.94% 0.87% -
XYZ 31.32 16.26 6.96 -
YUV 82.35 119.91 227.61 -
System Red Green Blue C M Y K H S L
Decimal 222 14 68 0 0.94 0.69 0.13 344.42 0.88 0.46
Hex DE E 44 0 5E 45 D 158 58 2E
Octal 336 16 104 0 136 105 15 530 130 56
Binary 11011110 1110 1000100 0 1011110 1000101 1101 101011000 1011000 101110

Color Harmonies of #DE0E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0E44

Black with #DE0E44

Text Example


Text Example

White with #DE0E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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