Html Css Color HEX #DE0D37 Crimson

📋 copy color: '#DE0D37'

red 222 ◦ green 13 ◦ blue 55

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

Shades of Crimson #DE0D37

Tints of Crimson #DE0D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.48%

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 76.55%
G = 4.48%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE0D37 (or 0xDE0D37) is known color: Crimson. HEX triplet: DE, 0D and 37. RGB value is (222,13,55). Sum of RGB (Red+Green+Blue) = 222+13+55=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0D37 is #21F2C8. Grayscale: #505050. Windows color (decimal): -2224841 or 3608030. OLE color: 3608030.

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

Color convert

RGB 222 13 55 -
CMYK 0 0.94 0.75 0.13
HSL 347.94º 0.89% 0.46% -
HSV(B) 347.94º 0.94% 0.87% -
XYZ 30.96 16.09 5.09 -
YUV 80.28 113.74 229.08 -
System Red Green Blue C M Y K H S L
Decimal 222 13 55 0 0.94 0.75 0.13 347.94 0.89 0.46
Hex DE D 37 0 5E 4B D 15C 59 2E
Octal 336 15 67 0 136 113 15 534 131 56
Binary 11011110 1101 110111 0 1011110 1001011 1101 101011100 1011001 101110

Color Harmonies of #DE0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0D37

Black with #DE0D37

Text Example


Text Example

White with #DE0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0D37; }

 p { color: rgb(222,13,55); }

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

background-color css

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

 a { background-color: rgb(222,13,55); }

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

border-color css

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

 span { border-color: rgb(222,13,55); }

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