Html Css Color HEX #E80B3C Crimson

📋 copy color: '#E80B3C'

red 232 ◦ green 11 ◦ blue 60

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

Shades of Crimson #E80B3C

Tints of Crimson #E80B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 76.57%
G = 3.63%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E80B3C (or 0xE80B3C) is known color: Crimson. HEX triplet: E8, 0B and 3C. RGB value is (232,11,60). Sum of RGB (Red+Green+Blue) = 232+11+60=303 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.57% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B3C is #17F4C3. Grayscale: #525252. Windows color (decimal): -1569988 or 3935208. OLE color: 3935208.

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

Color convert

RGB 232 11 60 -
CMYK 0 0.95 0.74 0.09
HSL 346.7º 0.91% 0.48% -
HSV(B) 346.7º 0.95% 0.91% -
XYZ 34.21 17.72 5.89 -
YUV 82.67 115.22 234.52 -
System Red Green Blue C M Y K H S L
Decimal 232 11 60 0 0.95 0.74 0.09 346.7 0.91 0.48
Hex E8 B 3C 0 5F 4A 9 15B 5B 30
Octal 350 13 74 0 137 112 11 533 133 60
Binary 11101000 1011 111100 0 1011111 1001010 1001 101011011 1011011 110000

Color Harmonies of #E80B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B3C

Black with #E80B3C

Text Example


Text Example

White with #E80B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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