Html Css Color HEX #E80D2B Crimson

📋 copy color: '#E80D2B'

red 232 ◦ green 13 ◦ blue 43

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

Shades of Crimson #E80D2B

Tints of Crimson #E80D2B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.51%

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 80.56%
G = 4.51%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E80D2B (or 0xE80D2B) is known color: Crimson. HEX triplet: E8, 0D and 2B. RGB value is (232,13,43). Sum of RGB (Red+Green+Blue) = 232+13+43=288 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.56% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80D2B is #17F2D4. Grayscale: #525252. Windows color (decimal): -1569493 or 2821608. OLE color: 2821608.

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

Color convert

RGB 232 13 43 -
CMYK 0 0.94 0.81 0.09
HSL 351.78º 0.89% 0.48% -
HSV(B) 351.78º 0.94% 0.91% -
XYZ 33.86 17.62 3.9 -
YUV 81.9 106.05 235.06 -
System Red Green Blue C M Y K H S L
Decimal 232 13 43 0 0.94 0.81 0.09 351.78 0.89 0.48
Hex E8 D 2B 0 5E 51 9 160 59 30
Octal 350 15 53 0 136 121 11 540 131 60
Binary 11101000 1101 101011 0 1011110 1010001 1001 101100000 1011001 110000

Color Harmonies of #E80D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80D2B

Black with #E80D2B

Text Example


Text Example

White with #E80D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80D2B; }

 p { color: rgb(232,13,43); }

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

background-color css

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

 a { background-color: rgb(232,13,43); }

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

border-color css

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

 span { border-color: rgb(232,13,43); }

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