Html Css Color HEX #E0133A Crimson

📋 copy color: '#E0133A'

red 224 ◦ green 19 ◦ blue 58

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

Shades of Crimson #E0133A

Tints of Crimson #E0133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 74.42%
G = 6.31%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0133A (or 0xE0133A) is known color: Crimson. HEX triplet: E0, 13 and 3A. RGB value is (224,19,58). Sum of RGB (Red+Green+Blue) = 224+19+58=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E0133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0133A is #1FECC5. Grayscale: #545454. Windows color (decimal): -2092230 or 3806176. OLE color: 3806176.

HSL color Cylindrical-coordinate representation of color #E0133A: hue angle of 348.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0133A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 58 -
CMYK 0 0.92 0.74 0.12
HSL 348.59º 0.84% 0.48% -
HSV(B) 348.59º 0.92% 0.88% -
XYZ 31.74 16.62 5.54 -
YUV 84.74 112.92 227.33 -
System Red Green Blue C M Y K H S L
Decimal 224 19 58 0 0.92 0.74 0.12 348.59 0.84 0.48
Hex E0 13 3A 0 5C 4A C 15D 54 30
Octal 340 23 72 0 134 112 14 535 124 60
Binary 11100000 10011 111010 0 1011100 1001010 1100 101011101 1010100 110000

Color Harmonies of #E0133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0133A

Black with #E0133A

Text Example


Text Example

White with #E0133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0133A; }

 p { color: rgb(224,19,58); }

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

background-color css

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

 a { background-color: rgb(224,19,58); }

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

border-color css

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

 span { border-color: rgb(224,19,58); }

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