Html Css Color HEX #E5133D Crimson

📋 copy color: '#E5133D'

red 229 ◦ green 19 ◦ blue 61

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

Shades of Crimson #E5133D

Tints of Crimson #E5133D

RGB

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

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

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

R = 74.11%
G = 6.15%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5133D (or 0xE5133D) is known color: Crimson. HEX triplet: E5, 13 and 3D. RGB value is (229,19,61). Sum of RGB (Red+Green+Blue) = 229+19+61=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5133D is #1AECC2. Grayscale: #565656. Windows color (decimal): -1764547 or 4002789. OLE color: 4002789.

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

Color convert

RGB 229 19 61 -
CMYK 0 0.92 0.73 0.10
HSL 348º 0.85% 0.49% -
HSV(B) 348º 0.92% 0.9% -
XYZ 33.39 17.46 6.03 -
YUV 86.58 113.57 229.58 -
System Red Green Blue C M Y K H S L
Decimal 229 19 61 0 0.92 0.73 0.10 348 0.85 0.49
Hex E5 13 3D 0 5C 49 A 15C 55 31
Octal 345 23 75 0 134 111 12 534 125 61
Binary 11100101 10011 111101 0 1011100 1001001 1010 101011100 1010101 110001

Color Harmonies of #E5133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5133D

Black with #E5133D

Text Example


Text Example

White with #E5133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5133D; }

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

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

background-color css

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

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

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

border-color css

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

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

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