Html Css Color HEX #E0103C Crimson

📋 copy color: '#E0103C'

red 224 ◦ green 16 ◦ blue 60

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

Shades of Crimson #E0103C

Tints of Crimson #E0103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20%

R = 74.67%
G = 5.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0103C (or 0xE0103C) is known color: Crimson. HEX triplet: E0, 10 and 3C. RGB value is (224,16,60). Sum of RGB (Red+Green+Blue) = 224+16+60=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E0103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0103C is #1FEFC3. Grayscale: #535353. Windows color (decimal): -2092996 or 3936480. OLE color: 3936480.

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

Color convert

RGB 224 16 60 -
CMYK 0 0.93 0.73 0.12
HSL 347.31º 0.87% 0.47% -
HSV(B) 347.31º 0.93% 0.88% -
XYZ 31.74 16.54 5.8 -
YUV 83.21 114.91 228.42 -
System Red Green Blue C M Y K H S L
Decimal 224 16 60 0 0.93 0.73 0.12 347.31 0.87 0.47
Hex E0 10 3C 0 5D 49 C 15B 57 2F
Octal 340 20 74 0 135 111 14 533 127 57
Binary 11100000 10000 111100 0 1011101 1001001 1100 101011011 1010111 101111

Color Harmonies of #E0103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0103C

Black with #E0103C

Text Example


Text Example

White with #E0103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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