Html Css Color HEX #E00F3C Crimson

📋 copy color: '#E00F3C'

red 224 ◦ green 15 ◦ blue 60

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

Shades of Crimson #E00F3C

Tints of Crimson #E00F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 74.92%
G = 5.02%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E00F3C (or 0xE00F3C) is known color: Crimson. HEX triplet: E0, 0F and 3C. RGB value is (224,15,60). Sum of RGB (Red+Green+Blue) = 224+15+60=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F3C is #1FF0C3. Grayscale: #525252. Windows color (decimal): -2093252 or 3936224. OLE color: 3936224.

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

Color convert

RGB 224 15 60 -
CMYK 0 0.93 0.73 0.12
HSL 347.08º 0.87% 0.47% -
HSV(B) 347.08º 0.93% 0.88% -
XYZ 31.73 16.52 5.79 -
YUV 82.62 115.24 228.84 -
System Red Green Blue C M Y K H S L
Decimal 224 15 60 0 0.93 0.73 0.12 347.08 0.87 0.47
Hex E0 F 3C 0 5D 49 C 15B 57 2F
Octal 340 17 74 0 135 111 14 533 127 57
Binary 11100000 1111 111100 0 1011101 1001001 1100 101011011 1010111 101111

Color Harmonies of #E00F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F3C

Black with #E00F3C

Text Example


Text Example

White with #E00F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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