Html Css Color HEX #E7103A Crimson

📋 copy color: '#E7103A'

red 231 ◦ green 16 ◦ blue 58

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

Shades of Crimson #E7103A

Tints of Crimson #E7103A

RGB

 RED value IS 231 (90.63% from 255) = 75.74%

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

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 75.74%
G = 5.25%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E7103A (or 0xE7103A) is known color: Crimson. HEX triplet: E7, 10 and 3A. RGB value is (231,16,58). Sum of RGB (Red+Green+Blue) = 231+16+58=305 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.74% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 231 - color contains mainly: red. Hex color #E7103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7103A is #18EFC5. Grayscale: #555555. Windows color (decimal): -1634246 or 3805415. OLE color: 3805415.

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

Color convert

RGB 231 16 58 -
CMYK 0 0.93 0.75 0.09
HSL 348.28º 0.87% 0.48% -
HSV(B) 348.28º 0.93% 0.91% -
XYZ 33.9 17.66 5.63 -
YUV 85.07 112.73 232.08 -
System Red Green Blue C M Y K H S L
Decimal 231 16 58 0 0.93 0.75 0.09 348.28 0.87 0.48
Hex E7 10 3A 0 5D 4B 9 15C 57 30
Octal 347 20 72 0 135 113 11 534 127 60
Binary 11100111 10000 111010 0 1011101 1001011 1001 101011100 1010111 110000

Color Harmonies of #E7103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7103A

Black with #E7103A

Text Example


Text Example

White with #E7103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7103A; }

 p { color: rgb(231,16,58); }

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

background-color css

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

 a { background-color: rgb(231,16,58); }

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

border-color css

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

 span { border-color: rgb(231,16,58); }

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