Html Css Color HEX #E0003E Crimson

📋 copy color: '#E0003E'

red 224 ◦ green 0 ◦ blue 62

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

Shades of Crimson #E0003E

Tints of Crimson #E0003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.32%
G = 0%
B = 21.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0003E (or 0xE0003E) is known color: Crimson. HEX triplet: E0, 00 and 3E. RGB value is (224,0,62). Sum of RGB (Red+Green+Blue) = 224+0+62=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E0003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0003E is #1FFFC1. Grayscale: #4A4A4A. Windows color (decimal): -2097090 or 4063456. OLE color: 4063456.

HSL color Cylindrical-coordinate representation of color #E0003E: hue angle of 343.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0003E is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 62 -
CMYK 0 1 0.72 0.12
HSL 343.39º 1% 0.44% -
HSV(B) 343.39º 1% 0.88% -
XYZ 31.61 16.2 6.02 -
YUV 74.04 121.21 234.96 -
System Red Green Blue C M Y K H S L
Decimal 224 0 62 0 1 0.72 0.12 343.39 1 0.44
Hex E0 0 3E 0 64 48 C 157 64 2C
Octal 340 0 76 0 144 110 14 527 144 54
Binary 11100000 0 111110 0 1100100 1001000 1100 101010111 1100100 101100

Color Harmonies of #E0003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0003E

Black with #E0003E

Text Example


Text Example

White with #E0003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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