Html Css Color HEX #E50B3B Crimson

📋 copy color: '#E50B3B'

red 229 ◦ green 11 ◦ blue 59

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

Shades of Crimson #E50B3B

Tints of Crimson #E50B3B

RGB

 RED value IS 229 (89.84% from 255) = 76.59%

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

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 76.59%
G = 3.68%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E50B3B (or 0xE50B3B) is known color: Crimson. HEX triplet: E5, 0B and 3B. RGB value is (229,11,59). Sum of RGB (Red+Green+Blue) = 229+11+59=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50B3B is #1AF4C4. Grayscale: #515151. Windows color (decimal): -1766597 or 3869669. OLE color: 3869669.

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

Color convert

RGB 229 11 59 -
CMYK 0 0.95 0.74 0.10
HSL 346.79º 0.91% 0.47% -
HSV(B) 346.79º 0.95% 0.9% -
XYZ 33.22 17.21 5.71 -
YUV 81.65 115.22 233.1 -
System Red Green Blue C M Y K H S L
Decimal 229 11 59 0 0.95 0.74 0.10 346.79 0.91 0.47
Hex E5 B 3B 0 5F 4A A 15B 5B 2F
Octal 345 13 73 0 137 112 12 533 133 57
Binary 11100101 1011 111011 0 1011111 1001010 1010 101011011 1011011 101111

Color Harmonies of #E50B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50B3B

Black with #E50B3B

Text Example


Text Example

White with #E50B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50B3B; }

 p { color: rgb(229,11,59); }

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

background-color css

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

 a { background-color: rgb(229,11,59); }

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

border-color css

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

 span { border-color: rgb(229,11,59); }

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