Html Css Color HEX #E5092D Crimson

📋 copy color: '#E5092D'

red 229 ◦ green 9 ◦ blue 45

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

Shades of Crimson #E5092D

Tints of Crimson #E5092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 80.92%
G = 3.18%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5092D (or 0xE5092D) is known color: Crimson. HEX triplet: E5, 09 and 2D. RGB value is (229,9,45). Sum of RGB (Red+Green+Blue) = 229+9+45=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E5092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5092D is #1AF6D2. Grayscale: #4E4E4E. Windows color (decimal): -1767123 or 2951653. OLE color: 2951653.

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

Color convert

RGB 229 9 45 -
CMYK 0 0.96 0.80 0.10
HSL 350.18º 0.92% 0.47% -
HSV(B) 350.18º 0.96% 0.9% -
XYZ 32.88 17.04 4.04 -
YUV 78.88 108.89 235.07 -
System Red Green Blue C M Y K H S L
Decimal 229 9 45 0 0.96 0.80 0.10 350.18 0.92 0.47
Hex E5 9 2D 0 60 50 A 15E 5C 2F
Octal 345 11 55 0 140 120 12 536 134 57
Binary 11100101 1001 101101 0 1100000 1010000 1010 101011110 1011100 101111

Color Harmonies of #E5092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5092D

Black with #E5092D

Text Example


Text Example

White with #E5092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5092D; }

 p { color: rgb(229,9,45); }

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

background-color css

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

 a { background-color: rgb(229,9,45); }

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

border-color css

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

 span { border-color: rgb(229,9,45); }

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