Html Css Color HEX #E8063A Crimson

📋 copy color: '#E8063A'

red 232 ◦ green 6 ◦ blue 58

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

Shades of Crimson #E8063A

Tints of Crimson #E8063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 78.38%
G = 2.03%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E8063A (or 0xE8063A) is known color: Crimson. HEX triplet: E8, 06 and 3A. RGB value is (232,6,58). Sum of RGB (Red+Green+Blue) = 232+6+58=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E8063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8063A is #17F9C5. Grayscale: #4F4F4F. Windows color (decimal): -1571270 or 3802856. OLE color: 3802856.

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

Color convert

RGB 232 6 58 -
CMYK 0 0.97 0.75 0.09
HSL 346.19º 0.95% 0.47% -
HSV(B) 346.19º 0.97% 0.91% -
XYZ 34.11 17.59 5.6 -
YUV 79.5 115.87 236.77 -
System Red Green Blue C M Y K H S L
Decimal 232 6 58 0 0.97 0.75 0.09 346.19 0.95 0.47
Hex E8 6 3A 0 61 4B 9 15A 5F 2F
Octal 350 6 72 0 141 113 11 532 137 57
Binary 11101000 110 111010 0 1100001 1001011 1001 101011010 1011111 101111

Color Harmonies of #E8063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8063A

Black with #E8063A

Text Example


Text Example

White with #E8063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8063A; }

 p { color: rgb(232,6,58); }

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

background-color css

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

 a { background-color: rgb(232,6,58); }

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

border-color css

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

 span { border-color: rgb(232,6,58); }

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