Html Css Color HEX #E81530 Crimson

📋 copy color: '#E81530'

red 232 ◦ green 21 ◦ blue 48

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

Shades of Crimson #E81530

Tints of Crimson #E81530

RGB

 RED value IS 232 (91.02% from 255) = 77.08%

 GREEN value IS 21 (8.59% from 255) = 6.98%

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

R = 77.08%
G = 6.98%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E81530 (or 0xE81530) is known color: Crimson. HEX triplet: E8, 15 and 30. RGB value is (232,21,48). Sum of RGB (Red+Green+Blue) = 232+21+48=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E81530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81530 is #17EACF. Grayscale: #575757. Windows color (decimal): -1567440 or 3151336. OLE color: 3151336.

HSL color Cylindrical-coordinate representation of color #E81530: hue angle of 352.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81530 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 21 48 -
CMYK 0 0.91 0.79 0.09
HSL 352.32º 0.83% 0.5% -
HSV(B) 352.32º 0.91% 0.91% -
XYZ 34.08 17.91 4.46 -
YUV 87.17 105.9 231.3 -
System Red Green Blue C M Y K H S L
Decimal 232 21 48 0 0.91 0.79 0.09 352.32 0.83 0.5
Hex E8 15 30 0 5B 4F 9 160 53 32
Octal 350 25 60 0 133 117 11 540 123 62
Binary 11101000 10101 110000 0 1011011 1001111 1001 101100000 1010011 110010

Color Harmonies of #E81530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81530

Black with #E81530

Text Example


Text Example

White with #E81530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81530; }

 p { color: rgb(232,21,48); }

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

background-color css

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

 a { background-color: rgb(232,21,48); }

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

border-color css

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

 span { border-color: rgb(232,21,48); }

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