Html Css Color HEX #E40525 Crimson

📋 copy color: '#E40525'

red 228 ◦ green 5 ◦ blue 37

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

Shades of Crimson #E40525

Tints of Crimson #E40525

RGB

 RED value IS 228 (89.45% from 255) = 84.44%

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 84.44%
G = 1.85%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E40525 (or 0xE40525) is known color: Crimson. HEX triplet: E4, 05 and 25. RGB value is (228,5,37). Sum of RGB (Red+Green+Blue) = 228+5+37=270 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.44% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 228 - color contains mainly: red. Hex color #E40525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40525 is #1BFADA. Grayscale: #4B4B4B. Windows color (decimal): -1833691 or 2426340. OLE color: 2426340.

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

Color convert

RGB 228 5 37 -
CMYK 0 0.98 0.84 0.11
HSL 351.39º 0.96% 0.46% -
HSV(B) 351.39º 0.98% 0.89% -
XYZ 32.38 16.74 3.27 -
YUV 75.33 106.38 236.9 -
System Red Green Blue C M Y K H S L
Decimal 228 5 37 0 0.98 0.84 0.11 351.39 0.96 0.46
Hex E4 5 25 0 62 54 B 15F 60 2E
Octal 344 5 45 0 142 124 13 537 140 56
Binary 11100100 101 100101 0 1100010 1010100 1011 101011111 1100000 101110

Color Harmonies of #E40525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40525

Black with #E40525

Text Example


Text Example

White with #E40525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40525; }

 p { color: rgb(228,5,37); }

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

background-color css

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

 a { background-color: rgb(228,5,37); }

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

border-color css

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

 span { border-color: rgb(228,5,37); }

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