Html Css Color HEX #E00A3E Crimson

📋 copy color: '#E00A3E'

red 224 ◦ green 10 ◦ blue 62

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

Shades of Crimson #E00A3E

Tints of Crimson #E00A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 75.68%
G = 3.38%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E00A3E (or 0xE00A3E) is known color: Crimson. HEX triplet: E0, 0A and 3E. RGB value is (224,10,62). Sum of RGB (Red+Green+Blue) = 224+10+62=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A3E is #1FF5C1. Grayscale: #4F4F4F. Windows color (decimal): -2094530 or 4066016. OLE color: 4066016.

HSL color Cylindrical-coordinate representation of color #E00A3E: hue angle of 345.42º 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 #E00A3E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 62 -
CMYK 0 0.96 0.72 0.12
HSL 345.42º 0.91% 0.46% -
HSV(B) 345.42º 0.96% 0.88% -
XYZ 31.72 16.41 6.05 -
YUV 79.91 117.9 230.77 -
System Red Green Blue C M Y K H S L
Decimal 224 10 62 0 0.96 0.72 0.12 345.42 0.91 0.46
Hex E0 A 3E 0 60 48 C 159 5B 2E
Octal 340 12 76 0 140 110 14 531 133 56
Binary 11100000 1010 111110 0 1100000 1001000 1100 101011001 1011011 101110

Color Harmonies of #E00A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A3E

Black with #E00A3E

Text Example


Text Example

White with #E00A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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