Html Css Color HEX #E40326 Crimson

📋 copy color: '#E40326'

red 228 ◦ green 3 ◦ blue 38

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

Shades of Crimson #E40326

Tints of Crimson #E40326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 38 (15.23% from 255) = 14.13%

R = 84.76%
G = 1.12%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E40326 (or 0xE40326) is known color: Crimson. HEX triplet: E4, 03 and 26. RGB value is (228,3,38). Sum of RGB (Red+Green+Blue) = 228+3+38=269 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.76% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 228 - color contains mainly: red. Hex color #E40326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40326 is #1BFCD9. Grayscale: #4A4A4A. Windows color (decimal): -1834202 or 2491364. OLE color: 2491364.

HSL color Cylindrical-coordinate representation of color #E40326: hue angle of 350.67º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40326 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 3 38 -
CMYK 0 0.99 0.83 0.11
HSL 350.67º 0.97% 0.45% -
HSV(B) 350.67º 0.99% 0.89% -
XYZ 32.38 16.7 3.35 -
YUV 74.27 107.54 237.65 -
System Red Green Blue C M Y K H S L
Decimal 228 3 38 0 0.99 0.83 0.11 350.67 0.97 0.45
Hex E4 3 26 0 63 53 B 15F 61 2D
Octal 344 3 46 0 143 123 13 537 141 55
Binary 11100100 11 100110 0 1100011 1010011 1011 101011111 1100001 101101

Color Harmonies of #E40326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40326

Black with #E40326

Text Example


Text Example

White with #E40326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40326; }

 p { color: rgb(228,3,38); }

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

background-color css

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

 a { background-color: rgb(228,3,38); }

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

border-color css

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

 span { border-color: rgb(228,3,38); }

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