Html Css Color HEX #E60A3A Crimson

📋 copy color: '#E60A3A'

red 230 ◦ green 10 ◦ blue 58

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

Shades of Crimson #E60A3A

Tints of Crimson #E60A3A

RGB

 RED value IS 230 (90.23% from 255) = 77.18%

 GREEN value IS 10 (4.3% from 255) = 3.36%

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

R = 77.18%
G = 3.36%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E60A3A (or 0xE60A3A) is known color: Crimson. HEX triplet: E6, 0A and 3A. RGB value is (230,10,58). Sum of RGB (Red+Green+Blue) = 230+10+58=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60A3A is #19F5C5. Grayscale: #515151. Windows color (decimal): -1701318 or 3803878. OLE color: 3803878.

HSL color Cylindrical-coordinate representation of color #E60A3A: hue angle of 346.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A3A is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 10 58 -
CMYK 0 0.96 0.75 0.10
HSL 346.91º 0.92% 0.47% -
HSV(B) 346.91º 0.96% 0.9% -
XYZ 33.51 17.35 5.59 -
YUV 81.25 114.89 234.1 -
System Red Green Blue C M Y K H S L
Decimal 230 10 58 0 0.96 0.75 0.10 346.91 0.92 0.47
Hex E6 A 3A 0 60 4B A 15B 5C 2F
Octal 346 12 72 0 140 113 12 533 134 57
Binary 11100110 1010 111010 0 1100000 1001011 1010 101011011 1011100 101111

Color Harmonies of #E60A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A3A

Black with #E60A3A

Text Example


Text Example

White with #E60A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A3A; }

 p { color: rgb(230,10,58); }

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

background-color css

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

 a { background-color: rgb(230,10,58); }

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

border-color css

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

 span { border-color: rgb(230,10,58); }

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