Html Css Color HEX #E5104B Crimson

📋 copy color: '#E5104B'

red 229 ◦ green 16 ◦ blue 75

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

Shades of Crimson #E5104B

Tints of Crimson #E5104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 71.56%
G = 5%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5104B (or 0xE5104B) is known color: Crimson. HEX triplet: E5, 10 and 4B. RGB value is (229,16,75). Sum of RGB (Red+Green+Blue) = 229+16+75=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E5104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5104B is #1AEFB4. Grayscale: #565656. Windows color (decimal): -1765301 or 4919525. OLE color: 4919525.

HSL color Cylindrical-coordinate representation of color #E5104B: hue angle of 343.38º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5104B is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 16 75 -
CMYK 0 0.93 0.67 0.10
HSL 343.38º 0.87% 0.48% -
HSV(B) 343.38º 0.93% 0.9% -
XYZ 33.77 17.54 8.26 -
YUV 86.41 121.57 229.7 -
System Red Green Blue C M Y K H S L
Decimal 229 16 75 0 0.93 0.67 0.10 343.38 0.87 0.48
Hex E5 10 4B 0 5D 43 A 157 57 30
Octal 345 20 113 0 135 103 12 527 127 60
Binary 11100101 10000 1001011 0 1011101 1000011 1010 101010111 1010111 110000

Color Harmonies of #E5104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5104B

Black with #E5104B

Text Example


Text Example

White with #E5104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5104B; }

 p { color: rgb(229,16,75); }

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

background-color css

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

 a { background-color: rgb(229,16,75); }

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

border-color css

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

 span { border-color: rgb(229,16,75); }

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