Html Css Color HEX #E0103B Crimson

📋 copy color: '#E0103B'

red 224 ◦ green 16 ◦ blue 59

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

Shades of Crimson #E0103B

Tints of Crimson #E0103B

RGB

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

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

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

R = 74.92%
G = 5.35%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0103B (or 0xE0103B) is known color: Crimson. HEX triplet: E0, 10 and 3B. RGB value is (224,16,59). Sum of RGB (Red+Green+Blue) = 224+16+59=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E0103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0103B is #1FEFC4. Grayscale: #535353. Windows color (decimal): -2092997 or 3870944. OLE color: 3870944.

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

Color convert

RGB 224 16 59 -
CMYK 0 0.93 0.74 0.12
HSL 347.6º 0.87% 0.47% -
HSV(B) 347.6º 0.93% 0.88% -
XYZ 31.72 16.53 5.66 -
YUV 83.09 114.41 228.5 -
System Red Green Blue C M Y K H S L
Decimal 224 16 59 0 0.93 0.74 0.12 347.6 0.87 0.47
Hex E0 10 3B 0 5D 4A C 15C 57 2F
Octal 340 20 73 0 135 112 14 534 127 57
Binary 11100000 10000 111011 0 1011101 1001010 1100 101011100 1010111 101111

Color Harmonies of #E0103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0103B

Black with #E0103B

Text Example


Text Example

White with #E0103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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