Html Css Color HEX #E5153D Crimson

📋 copy color: '#E5153D'

red 229 ◦ green 21 ◦ blue 61

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

Shades of Crimson #E5153D

Tints of Crimson #E5153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 73.63%
G = 6.75%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5153D (or 0xE5153D) is known color: Crimson. HEX triplet: E5, 15 and 3D. RGB value is (229,21,61). Sum of RGB (Red+Green+Blue) = 229+21+61=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5153D is #1AEAC2. Grayscale: #575757. Windows color (decimal): -1764035 or 4003301. OLE color: 4003301.

HSL color Cylindrical-coordinate representation of color #E5153D: hue angle of 348.46º 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 #E5153D is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 21 61 -
CMYK 0 0.91 0.73 0.10
HSL 348.46º 0.83% 0.49% -
HSV(B) 348.46º 0.91% 0.9% -
XYZ 33.42 17.53 6.04 -
YUV 87.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 229 21 61 0 0.91 0.73 0.10 348.46 0.83 0.49
Hex E5 15 3D 0 5B 49 A 15C 53 31
Octal 345 25 75 0 133 111 12 534 123 61
Binary 11100101 10101 111101 0 1011011 1001001 1010 101011100 1010011 110001

Color Harmonies of #E5153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5153D

Black with #E5153D

Text Example


Text Example

White with #E5153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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