Html Css Color HEX #E51430 Crimson

📋 copy color: '#E51430'

red 229 ◦ green 20 ◦ blue 48

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

Shades of Crimson #E51430

Tints of Crimson #E51430

RGB

 RED value IS 229 (89.84% from 255) = 77.1%

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 77.1%
G = 6.73%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E51430 (or 0xE51430) is known color: Crimson. HEX triplet: E5, 14 and 30. RGB value is (229,20,48). Sum of RGB (Red+Green+Blue) = 229+20+48=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E51430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51430 is #1AEBCF. Grayscale: #555555. Windows color (decimal): -1764304 or 3151077. OLE color: 3151077.

HSL color Cylindrical-coordinate representation of color #E51430: hue angle of 351.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51430 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 20 48 -
CMYK 0 0.91 0.79 0.10
HSL 351.96º 0.84% 0.49% -
HSV(B) 351.96º 0.91% 0.9% -
XYZ 33.1 17.37 4.4 -
YUV 85.68 106.74 230.22 -
System Red Green Blue C M Y K H S L
Decimal 229 20 48 0 0.91 0.79 0.10 351.96 0.84 0.49
Hex E5 14 30 0 5B 4F A 160 54 31
Octal 345 24 60 0 133 117 12 540 124 61
Binary 11100101 10100 110000 0 1011011 1001111 1010 101100000 1010100 110001

Color Harmonies of #E51430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51430

Black with #E51430

Text Example


Text Example

White with #E51430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51430; }

 p { color: rgb(229,20,48); }

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

background-color css

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

 a { background-color: rgb(229,20,48); }

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

border-color css

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

 span { border-color: rgb(229,20,48); }

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