Html Css Color HEX #E8093B Crimson

📋 copy color: '#E8093B'

red 232 ◦ green 9 ◦ blue 59

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

Shades of Crimson #E8093B

Tints of Crimson #E8093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 77.33%
G = 3%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E8093B (or 0xE8093B) is known color: Crimson. HEX triplet: E8, 09 and 3B. RGB value is (232,9,59). Sum of RGB (Red+Green+Blue) = 232+9+59=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E8093B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8093B is #17F6C4. Grayscale: #515151. Windows color (decimal): -1570501 or 3869160. OLE color: 3869160.

HSL color Cylindrical-coordinate representation of color #E8093B: hue angle of 346.55º 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 #E8093B is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 9 59 -
CMYK 0 0.96 0.75 0.09
HSL 346.55º 0.93% 0.47% -
HSV(B) 346.55º 0.96% 0.91% -
XYZ 34.17 17.67 5.75 -
YUV 81.38 115.38 235.43 -
System Red Green Blue C M Y K H S L
Decimal 232 9 59 0 0.96 0.75 0.09 346.55 0.93 0.47
Hex E8 9 3B 0 60 4B 9 15B 5D 2F
Octal 350 11 73 0 140 113 11 533 135 57
Binary 11101000 1001 111011 0 1100000 1001011 1001 101011011 1011101 101111

Color Harmonies of #E8093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8093B

Black with #E8093B

Text Example


Text Example

White with #E8093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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