Html Css Color HEX #E4104B Crimson

📋 copy color: '#E4104B'

red 228 ◦ green 16 ◦ blue 75

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

Shades of Crimson #E4104B

Tints of Crimson #E4104B

RGB

 RED value IS 228 (89.45% from 255) = 71.47%

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

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

R = 71.47%
G = 5.02%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4104B (or 0xE4104B) is known color: Crimson. HEX triplet: E4, 10 and 4B. RGB value is (228,16,75). Sum of RGB (Red+Green+Blue) = 228+16+75=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E4104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4104B is #1BEFB4. Grayscale: #565656. Windows color (decimal): -1830837 or 4919524. OLE color: 4919524.

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

Color convert

RGB 228 16 75 -
CMYK 0 0.93 0.67 0.11
HSL 343.3º 0.87% 0.48% -
HSV(B) 343.3º 0.93% 0.89% -
XYZ 33.45 17.37 8.25 -
YUV 86.11 121.74 229.2 -
System Red Green Blue C M Y K H S L
Decimal 228 16 75 0 0.93 0.67 0.11 343.3 0.87 0.48
Hex E4 10 4B 0 5D 43 B 157 57 30
Octal 344 20 113 0 135 103 13 527 127 60
Binary 11100100 10000 1001011 0 1011101 1000011 1011 101010111 1010111 110000

Color Harmonies of #E4104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4104B

Black with #E4104B

Text Example


Text Example

White with #E4104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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