Html Css Color HEX #E41330 Crimson

📋 copy color: '#E41330'

red 228 ◦ green 19 ◦ blue 48

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

Shades of Crimson #E41330

Tints of Crimson #E41330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 77.29%
G = 6.44%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E41330 (or 0xE41330) is known color: Crimson. HEX triplet: E4, 13 and 30. RGB value is (228,19,48). Sum of RGB (Red+Green+Blue) = 228+19+48=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E41330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41330 is #1BECCF. Grayscale: #545454. Windows color (decimal): -1830096 or 3150820. OLE color: 3150820.

HSL color Cylindrical-coordinate representation of color #E41330: hue angle of 351.67º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41330 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 19 48 -
CMYK 0 0.92 0.79 0.11
HSL 351.67º 0.85% 0.48% -
HSV(B) 351.67º 0.92% 0.89% -
XYZ 32.76 17.17 4.38 -
YUV 84.8 107.24 230.14 -
System Red Green Blue C M Y K H S L
Decimal 228 19 48 0 0.92 0.79 0.11 351.67 0.85 0.48
Hex E4 13 30 0 5C 4F B 160 55 30
Octal 344 23 60 0 134 117 13 540 125 60
Binary 11100100 10011 110000 0 1011100 1001111 1011 101100000 1010101 110000

Color Harmonies of #E41330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41330

Black with #E41330

Text Example


Text Example

White with #E41330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41330; }

 p { color: rgb(228,19,48); }

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

background-color css

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

 a { background-color: rgb(228,19,48); }

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

border-color css

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

 span { border-color: rgb(228,19,48); }

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