Html Css Color HEX #E60D3A Crimson

📋 copy color: '#E60D3A'

red 230 ◦ green 13 ◦ blue 58

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

Shades of Crimson #E60D3A

Tints of Crimson #E60D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

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

R = 76.41%
G = 4.32%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E60D3A (or 0xE60D3A) is known color: Crimson. HEX triplet: E6, 0D and 3A. RGB value is (230,13,58). Sum of RGB (Red+Green+Blue) = 230+13+58=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D3A is #19F2C5. Grayscale: #535353. Windows color (decimal): -1700550 or 3804646. OLE color: 3804646.

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

Color convert

RGB 230 13 58 -
CMYK 0 0.94 0.75 0.10
HSL 347.56º 0.89% 0.48% -
HSV(B) 347.56º 0.94% 0.9% -
XYZ 33.54 17.42 5.6 -
YUV 83.01 113.89 232.84 -
System Red Green Blue C M Y K H S L
Decimal 230 13 58 0 0.94 0.75 0.10 347.56 0.89 0.48
Hex E6 D 3A 0 5E 4B A 15C 59 30
Octal 346 15 72 0 136 113 12 534 131 60
Binary 11100110 1101 111010 0 1011110 1001011 1010 101011100 1011001 110000

Color Harmonies of #E60D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D3A

Black with #E60D3A

Text Example


Text Example

White with #E60D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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