Html Css Color HEX #E8093F Crimson

📋 copy color: '#E8093F'

red 232 ◦ green 9 ◦ blue 63

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

Shades of Crimson #E8093F

Tints of Crimson #E8093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

 BLUE value IS 63 (25% from 255) = 20.72%

R = 76.32%
G = 2.96%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E8093F (or 0xE8093F) is known color: Crimson. HEX triplet: E8, 09 and 3F. RGB value is (232,9,63). Sum of RGB (Red+Green+Blue) = 232+9+63=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E8093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8093F is #17F6C0. Grayscale: #515151. Windows color (decimal): -1570497 or 4131304. OLE color: 4131304.

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

Color convert

RGB 232 9 63 -
CMYK 0 0.96 0.73 0.09
HSL 345.47º 0.93% 0.47% -
HSV(B) 345.47º 0.96% 0.91% -
XYZ 34.27 17.71 6.31 -
YUV 81.83 117.38 235.11 -
System Red Green Blue C M Y K H S L
Decimal 232 9 63 0 0.96 0.73 0.09 345.47 0.93 0.47
Hex E8 9 3F 0 60 49 9 159 5D 2F
Octal 350 11 77 0 140 111 11 531 135 57
Binary 11101000 1001 111111 0 1100000 1001001 1001 101011001 1011101 101111

Color Harmonies of #E8093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8093F

Black with #E8093F

Text Example


Text Example

White with #E8093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8093F; }

 p { color: rgb(232,9,63); }

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

background-color css

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

 a { background-color: rgb(232,9,63); }

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

border-color css

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

 span { border-color: rgb(232,9,63); }

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