Html Css Color HEX #DE0E36 Crimson

📋 copy color: '#DE0E36'

red 222 ◦ green 14 ◦ blue 54

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

Shades of Crimson #DE0E36

Tints of Crimson #DE0E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 76.55%
G = 4.83%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE0E36 (or 0xDE0E36) is known color: Crimson. HEX triplet: DE, 0E and 36. RGB value is (222,14,54). Sum of RGB (Red+Green+Blue) = 222+14+54=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E36 is #21F1C9. Grayscale: #505050. Windows color (decimal): -2224586 or 3542750. OLE color: 3542750.

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

Color convert

RGB 222 14 54 -
CMYK 0 0.94 0.76 0.13
HSL 348.46º 0.88% 0.46% -
HSV(B) 348.46º 0.94% 0.87% -
XYZ 30.95 16.11 4.97 -
YUV 80.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 222 14 54 0 0.94 0.76 0.13 348.46 0.88 0.46
Hex DE E 36 0 5E 4C D 15C 58 2E
Octal 336 16 66 0 136 114 15 534 130 56
Binary 11011110 1110 110110 0 1011110 1001100 1101 101011100 1011000 101110

Color Harmonies of #DE0E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0E36

Black with #DE0E36

Text Example


Text Example

White with #DE0E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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