Html Css Color HEX #E00F3E Crimson

📋 copy color: '#E00F3E'

red 224 ◦ green 15 ◦ blue 62

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

Shades of Crimson #E00F3E

Tints of Crimson #E00F3E

RGB

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

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

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

R = 74.42%
G = 4.98%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E00F3E (or 0xE00F3E) is known color: Crimson. HEX triplet: E0, 0F and 3E. RGB value is (224,15,62). Sum of RGB (Red+Green+Blue) = 224+15+62=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F3E is #1FF0C1. Grayscale: #525252. Windows color (decimal): -2093250 or 4067296. OLE color: 4067296.

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

Color convert

RGB 224 15 62 -
CMYK 0 0.93 0.72 0.12
HSL 346.51º 0.87% 0.47% -
HSV(B) 346.51º 0.93% 0.88% -
XYZ 31.78 16.54 6.07 -
YUV 82.85 116.24 228.68 -
System Red Green Blue C M Y K H S L
Decimal 224 15 62 0 0.93 0.72 0.12 346.51 0.87 0.47
Hex E0 F 3E 0 5D 48 C 15B 57 2F
Octal 340 17 76 0 135 110 14 533 127 57
Binary 11100000 1111 111110 0 1011101 1001000 1100 101011011 1010111 101111

Color Harmonies of #E00F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F3E

Black with #E00F3E

Text Example


Text Example

White with #E00F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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