Html Css Color HEX #E00F3A Crimson

📋 copy color: '#E00F3A'

red 224 ◦ green 15 ◦ blue 58

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

Shades of Crimson #E00F3A

Tints of Crimson #E00F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 75.42%
G = 5.05%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E00F3A (or 0xE00F3A) is known color: Crimson. HEX triplet: E0, 0F and 3A. RGB value is (224,15,58). Sum of RGB (Red+Green+Blue) = 224+15+58=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F3A is #1FF0C5. Grayscale: #525252. Windows color (decimal): -2093254 or 3805152. OLE color: 3805152.

HSL color Cylindrical-coordinate representation of color #E00F3A: hue angle of 347.66º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F3A is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 15 58 -
CMYK 0 0.93 0.74 0.12
HSL 347.66º 0.87% 0.47% -
HSV(B) 347.66º 0.93% 0.88% -
XYZ 31.68 16.49 5.52 -
YUV 82.39 114.24 229 -
System Red Green Blue C M Y K H S L
Decimal 224 15 58 0 0.93 0.74 0.12 347.66 0.87 0.47
Hex E0 F 3A 0 5D 4A C 15C 57 2F
Octal 340 17 72 0 135 112 14 534 127 57
Binary 11100000 1111 111010 0 1011101 1001010 1100 101011100 1010111 101111

Color Harmonies of #E00F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F3A

Black with #E00F3A

Text Example


Text Example

White with #E00F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F3A; }

 p { color: rgb(224,15,58); }

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

background-color css

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

 a { background-color: rgb(224,15,58); }

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

border-color css

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

 span { border-color: rgb(224,15,58); }

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