Html Css Color HEX #E80C41 Crimson

📋 copy color: '#E80C41'

red 232 ◦ green 12 ◦ blue 65

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

Shades of Crimson #E80C41

Tints of Crimson #E80C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 75.08%
G = 3.88%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E80C41 (or 0xE80C41) is known color: Crimson. HEX triplet: E8, 0C and 41. RGB value is (232,12,65). Sum of RGB (Red+Green+Blue) = 232+12+65=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C41 is #17F3BE. Grayscale: #535353. Windows color (decimal): -1569727 or 4263144. OLE color: 4263144.

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

Color convert

RGB 232 12 65 -
CMYK 0 0.95 0.72 0.09
HSL 345.55º 0.9% 0.48% -
HSV(B) 345.55º 0.95% 0.91% -
XYZ 34.36 17.8 6.63 -
YUV 83.82 117.39 233.69 -
System Red Green Blue C M Y K H S L
Decimal 232 12 65 0 0.95 0.72 0.09 345.55 0.9 0.48
Hex E8 C 41 0 5F 48 9 15A 5A 30
Octal 350 14 101 0 137 110 11 532 132 60
Binary 11101000 1100 1000001 0 1011111 1001000 1001 101011010 1011010 110000

Color Harmonies of #E80C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C41

Black with #E80C41

Text Example


Text Example

White with #E80C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C41; }

 p { color: rgb(232,12,65); }

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

background-color css

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

 a { background-color: rgb(232,12,65); }

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

border-color css

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

 span { border-color: rgb(232,12,65); }

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