Html Css Color HEX #E5042B Crimson

📋 copy color: '#E5042B'

red 229 ◦ green 4 ◦ blue 43

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

Shades of Crimson #E5042B

Tints of Crimson #E5042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 82.97%
G = 1.45%
B = 15.58%

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

#E5042B (or 0xE5042B) is known color: Crimson. HEX triplet: E5, 04 and 2B. RGB value is (229,4,43). Sum of RGB (Red+Green+Blue) = 229+4+43=276 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.97% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 229 - color contains mainly: red. Hex color #E5042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5042B is #1AFBD4. Grayscale: #4B4B4B. Windows color (decimal): -1768405 or 2819301. OLE color: 2819301.

HSL color Cylindrical-coordinate representation of color #E5042B: hue angle of 349.6º degrees, saturation: 0.97, 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 #E5042B is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 43 -
CMYK 0 0.98 0.81 0.10
HSL 349.6º 0.97% 0.46% -
HSV(B) 349.6º 0.98% 0.9% -
XYZ 32.79 16.92 3.82 -
YUV 75.72 109.54 237.33 -
System Red Green Blue C M Y K H S L
Decimal 229 4 43 0 0.98 0.81 0.10 349.6 0.97 0.46
Hex E5 4 2B 0 62 51 A 15E 61 2E
Octal 345 4 53 0 142 121 12 536 141 56
Binary 11100101 100 101011 0 1100010 1010001 1010 101011110 1100001 101110

Color Harmonies of #E5042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5042B

Black with #E5042B

Text Example


Text Example

White with #E5042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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