Html Css Color HEX #E01830 Crimson

📋 copy color: '#E01830'

red 224 ◦ green 24 ◦ blue 48

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

Shades of Crimson #E01830

Tints of Crimson #E01830

RGB

 RED value IS 224 (87.89% from 255) = 75.68%

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 75.68%
G = 8.11%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E01830 (or 0xE01830) is known color: Crimson. HEX triplet: E0, 18 and 30. RGB value is (224,24,48). Sum of RGB (Red+Green+Blue) = 224+24+48=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E01830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01830 is #1FE7CF. Grayscale: #565656. Windows color (decimal): -2090960 or 3152096. OLE color: 3152096.

HSL color Cylindrical-coordinate representation of color #E01830: hue angle of 352.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01830 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 48 -
CMYK 0 0.89 0.79 0.12
HSL 352.8º 0.81% 0.49% -
HSV(B) 352.8º 0.89% 0.88% -
XYZ 31.6 16.71 4.36 -
YUV 86.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 224 24 48 0 0.89 0.79 0.12 352.8 0.81 0.49
Hex E0 18 30 0 59 4F C 161 51 31
Octal 340 30 60 0 131 117 14 541 121 61
Binary 11100000 11000 110000 0 1011001 1001111 1100 101100001 1010001 110001

Color Harmonies of #E01830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01830

Black with #E01830

Text Example


Text Example

White with #E01830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01830; }

 p { color: rgb(224,24,48); }

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

background-color css

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

 a { background-color: rgb(224,24,48); }

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

border-color css

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

 span { border-color: rgb(224,24,48); }

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