Html Css Color HEX #E80B45 Crimson

📋 copy color: '#E80B45'

red 232 ◦ green 11 ◦ blue 69

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

Shades of Crimson #E80B45

Tints of Crimson #E80B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.53%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 74.36%
G = 3.53%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E80B45 (or 0xE80B45) is known color: Crimson. HEX triplet: E8, 0B and 45. RGB value is (232,11,69). Sum of RGB (Red+Green+Blue) = 232+11+69=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B45 is #17F4BA. Grayscale: #535353. Windows color (decimal): -1569979 or 4525032. OLE color: 4525032.

HSL color Cylindrical-coordinate representation of color #E80B45: hue angle of 344.25º degrees, saturation: 0.91, 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 #E80B45 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 11 69 -
CMYK 0 0.95 0.70 0.09
HSL 344.25º 0.91% 0.48% -
HSV(B) 344.25º 0.95% 0.91% -
XYZ 34.47 17.82 7.25 -
YUV 83.69 119.72 233.78 -
System Red Green Blue C M Y K H S L
Decimal 232 11 69 0 0.95 0.70 0.09 344.25 0.91 0.48
Hex E8 B 45 0 5F 46 9 158 5B 30
Octal 350 13 105 0 137 106 11 530 133 60
Binary 11101000 1011 1000101 0 1011111 1000110 1001 101011000 1011011 110000

Color Harmonies of #E80B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B45

Black with #E80B45

Text Example


Text Example

White with #E80B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B45; }

 p { color: rgb(232,11,69); }

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

background-color css

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

 a { background-color: rgb(232,11,69); }

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

border-color css

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

 span { border-color: rgb(232,11,69); }

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