Html Css Color HEX #E00A30 Crimson

📋 copy color: '#E00A30'

red 224 ◦ green 10 ◦ blue 48

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

Shades of Crimson #E00A30

Tints of Crimson #E00A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.55%

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

R = 79.43%
G = 3.55%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E00A30 (or 0xE00A30) is known color: Crimson. HEX triplet: E0, 0A and 30. RGB value is (224,10,48). Sum of RGB (Red+Green+Blue) = 224+10+48=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A30 is #1FF5CF. Grayscale: #4E4E4E. Windows color (decimal): -2094544 or 3148512. OLE color: 3148512.

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

Color convert

RGB 224 10 48 -
CMYK 0 0.96 0.79 0.12
HSL 349.35º 0.91% 0.46% -
HSV(B) 349.35º 0.96% 0.88% -
XYZ 31.38 16.28 4.28 -
YUV 78.32 110.9 231.91 -
System Red Green Blue C M Y K H S L
Decimal 224 10 48 0 0.96 0.79 0.12 349.35 0.91 0.46
Hex E0 A 30 0 60 4F C 15D 5B 2E
Octal 340 12 60 0 140 117 14 535 133 56
Binary 11100000 1010 110000 0 1100000 1001111 1100 101011101 1011011 101110

Color Harmonies of #E00A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A30

Black with #E00A30

Text Example


Text Example

White with #E00A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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