Html Css Color HEX #E5052B Crimson

📋 copy color: '#E5052B'

red 229 ◦ green 5 ◦ blue 43

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

Shades of Crimson #E5052B

Tints of Crimson #E5052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 82.67%
G = 1.81%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5052B (or 0xE5052B) is known color: Crimson. HEX triplet: E5, 05 and 2B. RGB value is (229,5,43). Sum of RGB (Red+Green+Blue) = 229+5+43=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E5052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5052B is #1AFAD4. Grayscale: #4C4C4C. Windows color (decimal): -1768149 or 2819557. OLE color: 2819557.

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

Color convert

RGB 229 5 43 -
CMYK 0 0.98 0.81 0.10
HSL 349.82º 0.96% 0.46% -
HSV(B) 349.82º 0.98% 0.9% -
XYZ 32.8 16.94 3.83 -
YUV 76.31 109.21 236.91 -
System Red Green Blue C M Y K H S L
Decimal 229 5 43 0 0.98 0.81 0.10 349.82 0.96 0.46
Hex E5 5 2B 0 62 51 A 15E 60 2E
Octal 345 5 53 0 142 121 12 536 140 56
Binary 11100101 101 101011 0 1100010 1010001 1010 101011110 1100000 101110

Color Harmonies of #E5052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5052B

Black with #E5052B

Text Example


Text Example

White with #E5052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5052B; }

 p { color: rgb(229,5,43); }

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

background-color css

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

 a { background-color: rgb(229,5,43); }

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

border-color css

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

 span { border-color: rgb(229,5,43); }

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