Html Css Color HEX #E00A3F Crimson

📋 copy color: '#E00A3F'

red 224 ◦ green 10 ◦ blue 63

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

Shades of Crimson #E00A3F

Tints of Crimson #E00A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.21%

R = 75.42%
G = 3.37%
B = 21.21%

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

#E00A3F (or 0xE00A3F) is known color: Crimson. HEX triplet: E0, 0A and 3F. RGB value is (224,10,63). Sum of RGB (Red+Green+Blue) = 224+10+63=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A3F is #1FF5C0. Grayscale: #505050. Windows color (decimal): -2094529 or 4131552. OLE color: 4131552.

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

Color convert

RGB 224 10 63 -
CMYK 0 0.96 0.72 0.12
HSL 345.14º 0.91% 0.46% -
HSV(B) 345.14º 0.96% 0.88% -
XYZ 31.75 16.42 6.2 -
YUV 80.03 118.4 230.69 -
System Red Green Blue C M Y K H S L
Decimal 224 10 63 0 0.96 0.72 0.12 345.14 0.91 0.46
Hex E0 A 3F 0 60 48 C 159 5B 2E
Octal 340 12 77 0 140 110 14 531 133 56
Binary 11100000 1010 111111 0 1100000 1001000 1100 101011001 1011011 101110

Color Harmonies of #E00A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A3F

Black with #E00A3F

Text Example


Text Example

White with #E00A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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