Html Css Color HEX #E00F41 Crimson

📋 copy color: '#E00F41'

red 224 ◦ green 15 ◦ blue 65

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

Shades of Crimson #E00F41

Tints of Crimson #E00F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 73.68%
G = 4.93%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00F41 (or 0xE00F41) is known color: Crimson. HEX triplet: E0, 0F and 41. RGB value is (224,15,65). Sum of RGB (Red+Green+Blue) = 224+15+65=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F41 is #1FF0BE. Grayscale: #535353. Windows color (decimal): -2093247 or 4263904. OLE color: 4263904.

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

Color convert

RGB 224 15 65 -
CMYK 0 0.93 0.71 0.12
HSL 345.65º 0.87% 0.47% -
HSV(B) 345.65º 0.93% 0.88% -
XYZ 31.87 16.57 6.52 -
YUV 83.19 117.74 228.43 -
System Red Green Blue C M Y K H S L
Decimal 224 15 65 0 0.93 0.71 0.12 345.65 0.87 0.47
Hex E0 F 41 0 5D 47 C 15A 57 2F
Octal 340 17 101 0 135 107 14 532 127 57
Binary 11100000 1111 1000001 0 1011101 1000111 1100 101011010 1010111 101111

Color Harmonies of #E00F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F41

Black with #E00F41

Text Example


Text Example

White with #E00F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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