Html Css Color HEX #E00237 Crimson

📋 copy color: '#E00237'

red 224 ◦ green 2 ◦ blue 55

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

Shades of Crimson #E00237

Tints of Crimson #E00237

RGB

 RED value IS 224 (87.89% from 255) = 79.72%

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 79.72%
G = 0.71%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E00237 (or 0xE00237) is known color: Crimson. HEX triplet: E0, 02 and 37. RGB value is (224,2,55). Sum of RGB (Red+Green+Blue) = 224+2+55=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E00237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00237 is #1FFDC8. Grayscale: #4A4A4A. Windows color (decimal): -2096585 or 3605216. OLE color: 3605216.

HSL color Cylindrical-coordinate representation of color #E00237: hue angle of 345.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00237 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 55 -
CMYK 0 0.99 0.75 0.12
HSL 345.68º 0.98% 0.44% -
HSV(B) 345.68º 0.99% 0.88% -
XYZ 31.45 16.17 5.08 -
YUV 74.42 117.05 234.69 -
System Red Green Blue C M Y K H S L
Decimal 224 2 55 0 0.99 0.75 0.12 345.68 0.98 0.44
Hex E0 2 37 0 63 4B C 15A 62 2C
Octal 340 2 67 0 143 113 14 532 142 54
Binary 11100000 10 110111 0 1100011 1001011 1100 101011010 1100010 101100

Color Harmonies of #E00237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00237

Black with #E00237

Text Example


Text Example

White with #E00237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00237; }

 p { color: rgb(224,2,55); }

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

background-color css

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

 a { background-color: rgb(224,2,55); }

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

border-color css

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

 span { border-color: rgb(224,2,55); }

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