Html Css Color HEX #E00B49 Crimson

📋 copy color: '#E00B49'

red 224 ◦ green 11 ◦ blue 73

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

Shades of Crimson #E00B49

Tints of Crimson #E00B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 72.73%
G = 3.57%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E00B49 (or 0xE00B49) is known color: Crimson. HEX triplet: E0, 0B and 49. RGB value is (224,11,73). Sum of RGB (Red+Green+Blue) = 224+11+73=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00B49 is #1FF4B6. Grayscale: #515151. Windows color (decimal): -2094263 or 4787168. OLE color: 4787168.

HSL color Cylindrical-coordinate representation of color #E00B49: hue angle of 342.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00B49 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 11 73 -
CMYK 0 0.95 0.67 0.12
HSL 342.54º 0.91% 0.46% -
HSV(B) 342.54º 0.95% 0.88% -
XYZ 32.06 16.57 7.81 -
YUV 81.76 123.07 229.46 -
System Red Green Blue C M Y K H S L
Decimal 224 11 73 0 0.95 0.67 0.12 342.54 0.91 0.46
Hex E0 B 49 0 5F 43 C 157 5B 2E
Octal 340 13 111 0 137 103 14 527 133 56
Binary 11100000 1011 1001001 0 1011111 1000011 1100 101010111 1011011 101110

Color Harmonies of #E00B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B49

Black with #E00B49

Text Example


Text Example

White with #E00B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B49; }

 p { color: rgb(224,11,73); }

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

background-color css

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

 a { background-color: rgb(224,11,73); }

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

border-color css

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

 span { border-color: rgb(224,11,73); }

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