Html Css Color HEX #DE0E32 Crimson

📋 copy color: '#DE0E32'

red 222 ◦ green 14 ◦ blue 50

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

Shades of Crimson #DE0E32

Tints of Crimson #DE0E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 77.62%
G = 4.9%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE0E32 (or 0xDE0E32) is known color: Crimson. HEX triplet: DE, 0E and 32. RGB value is (222,14,50). Sum of RGB (Red+Green+Blue) = 222+14+50=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E32 is #21F1CD. Grayscale: #505050. Windows color (decimal): -2224590 or 3280606. OLE color: 3280606.

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

Color convert

RGB 222 14 50 -
CMYK 0 0.94 0.77 0.13
HSL 349.62º 0.88% 0.46% -
HSV(B) 349.62º 0.94% 0.87% -
XYZ 30.86 16.07 4.49 -
YUV 80.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 222 14 50 0 0.94 0.77 0.13 349.62 0.88 0.46
Hex DE E 32 0 5E 4D D 15E 58 2E
Octal 336 16 62 0 136 115 15 536 130 56
Binary 11011110 1110 110010 0 1011110 1001101 1101 101011110 1011000 101110

Color Harmonies of #DE0E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0E32

Black with #DE0E32

Text Example


Text Example

White with #DE0E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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