Html Css Color HEX #E5153A Crimson

📋 copy color: '#E5153A'

red 229 ◦ green 21 ◦ blue 58

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

Shades of Crimson #E5153A

Tints of Crimson #E5153A

RGB

 RED value IS 229 (89.84% from 255) = 74.35%

 GREEN value IS 21 (8.59% from 255) = 6.82%

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

R = 74.35%
G = 6.82%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E5153A (or 0xE5153A) is known color: Crimson. HEX triplet: E5, 15 and 3A. RGB value is (229,21,58). Sum of RGB (Red+Green+Blue) = 229+21+58=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5153A is #1AEAC5. Grayscale: #575757. Windows color (decimal): -1764038 or 3806693. OLE color: 3806693.

HSL color Cylindrical-coordinate representation of color #E5153A: hue angle of 349.33º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5153A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 21 58 -
CMYK 0 0.91 0.75 0.10
HSL 349.33º 0.83% 0.49% -
HSV(B) 349.33º 0.91% 0.9% -
XYZ 33.34 17.5 5.62 -
YUV 87.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 229 21 58 0 0.91 0.75 0.10 349.33 0.83 0.49
Hex E5 15 3A 0 5B 4B A 15D 53 31
Octal 345 25 72 0 133 113 12 535 123 61
Binary 11100101 10101 111010 0 1011011 1001011 1010 101011101 1010011 110001

Color Harmonies of #E5153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5153A

Black with #E5153A

Text Example


Text Example

White with #E5153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5153A; }

 p { color: rgb(229,21,58); }

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

background-color css

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

 a { background-color: rgb(229,21,58); }

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

border-color css

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

 span { border-color: rgb(229,21,58); }

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