Html Css Color HEX #E0133E Crimson

📋 copy color: '#E0133E'

red 224 ◦ green 19 ◦ blue 62

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

Shades of Crimson #E0133E

Tints of Crimson #E0133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 73.44%
G = 6.23%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0133E (or 0xE0133E) is known color: Crimson. HEX triplet: E0, 13 and 3E. RGB value is (224,19,62). Sum of RGB (Red+Green+Blue) = 224+19+62=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0133E is #1FECC1. Grayscale: #555555. Windows color (decimal): -2092226 or 4068320. OLE color: 4068320.

HSL color Cylindrical-coordinate representation of color #E0133E: hue angle of 347.41º 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 #E0133E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 62 -
CMYK 0 0.92 0.72 0.12
HSL 347.41º 0.84% 0.48% -
HSV(B) 347.41º 0.92% 0.88% -
XYZ 31.84 16.66 6.09 -
YUV 85.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 224 19 62 0 0.92 0.72 0.12 347.41 0.84 0.48
Hex E0 13 3E 0 5C 48 C 15B 54 30
Octal 340 23 76 0 134 110 14 533 124 60
Binary 11100000 10011 111110 0 1011100 1001000 1100 101011011 1010100 110000

Color Harmonies of #E0133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0133E

Black with #E0133E

Text Example


Text Example

White with #E0133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0133E; }

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

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

background-color css

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

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

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

border-color css

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

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

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