Html Css Color HEX #E0104B Crimson

📋 copy color: '#E0104B'

red 224 ◦ green 16 ◦ blue 75

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

Shades of Crimson #E0104B

Tints of Crimson #E0104B

RGB

 RED value IS 224 (87.89% from 255) = 71.11%

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

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

R = 71.11%
G = 5.08%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0104B (or 0xE0104B) is known color: Crimson. HEX triplet: E0, 10 and 4B. RGB value is (224,16,75). Sum of RGB (Red+Green+Blue) = 224+16+75=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E0104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0104B is #1FEFB4. Grayscale: #545454. Windows color (decimal): -2092981 or 4919520. OLE color: 4919520.

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

Color convert

RGB 224 16 75 -
CMYK 0 0.93 0.67 0.12
HSL 342.98º 0.87% 0.47% -
HSV(B) 342.98º 0.93% 0.88% -
XYZ 32.2 16.73 8.19 -
YUV 84.92 122.41 227.2 -
System Red Green Blue C M Y K H S L
Decimal 224 16 75 0 0.93 0.67 0.12 342.98 0.87 0.47
Hex E0 10 4B 0 5D 43 C 157 57 2F
Octal 340 20 113 0 135 103 14 527 127 57
Binary 11100000 10000 1001011 0 1011101 1000011 1100 101010111 1010111 101111

Color Harmonies of #E0104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0104B

Black with #E0104B

Text Example


Text Example

White with #E0104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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