Html Css Color HEX #E8003E Crimson

📋 copy color: '#E8003E'

red 232 ◦ green 0 ◦ blue 62

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

Shades of Crimson #E8003E

Tints of Crimson #E8003E

RGB

 RED value IS 232 (91.02% from 255) = 78.91%

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

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

R = 78.91%
G = 0%
B = 21.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E8003E (or 0xE8003E) is known color: Crimson. HEX triplet: E8, 00 and 3E. RGB value is (232,0,62). Sum of RGB (Red+Green+Blue) = 232+0+62=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8003E is #17FFC1. Grayscale: #4C4C4C. Windows color (decimal): -1572802 or 4063464. OLE color: 4063464.

HSL color Cylindrical-coordinate representation of color #E8003E: hue angle of 343.97º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8003E is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 62 -
CMYK 0 1 0.73 0.09
HSL 343.97º 1% 0.45% -
HSV(B) 343.97º 1% 0.91% -
XYZ 34.15 17.5 6.14 -
YUV 76.44 119.86 238.96 -
System Red Green Blue C M Y K H S L
Decimal 232 0 62 0 1 0.73 0.09 343.97 1 0.45
Hex E8 0 3E 0 64 49 9 158 64 2D
Octal 350 0 76 0 144 111 11 530 144 55
Binary 11101000 0 111110 0 1100100 1001001 1001 101011000 1100100 101101

Color Harmonies of #E8003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8003E

Black with #E8003E

Text Example


Text Example

White with #E8003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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