Html Css Color HEX #E8082C Crimson

📋 copy color: '#E8082C'

red 232 ◦ green 8 ◦ blue 44

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

Shades of Crimson #E8082C

Tints of Crimson #E8082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 81.69%
G = 2.82%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8082C (or 0xE8082C) is known color: Crimson. HEX triplet: E8, 08 and 2C. RGB value is (232,8,44). Sum of RGB (Red+Green+Blue) = 232+8+44=284 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.69% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 232 - color contains mainly: red. Hex color #E8082C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8082C is #17F7D3. Grayscale: #4F4F4F. Windows color (decimal): -1570772 or 2885864. OLE color: 2885864.

HSL color Cylindrical-coordinate representation of color #E8082C: hue angle of 350.36º degrees, saturation: 0.93, 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 #E8082C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 8 44 -
CMYK 0 0.97 0.81 0.09
HSL 350.36º 0.93% 0.47% -
HSV(B) 350.36º 0.97% 0.91% -
XYZ 33.82 17.51 3.98 -
YUV 79.08 108.21 237.07 -
System Red Green Blue C M Y K H S L
Decimal 232 8 44 0 0.97 0.81 0.09 350.36 0.93 0.47
Hex E8 8 2C 0 61 51 9 15E 5D 2F
Octal 350 10 54 0 141 121 11 536 135 57
Binary 11101000 1000 101100 0 1100001 1010001 1001 101011110 1011101 101111

Color Harmonies of #E8082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8082C

Black with #E8082C

Text Example


Text Example

White with #E8082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8082C; }

 p { color: rgb(232,8,44); }

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

background-color css

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

 a { background-color: rgb(232,8,44); }

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

border-color css

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

 span { border-color: rgb(232,8,44); }

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