Html Css Color HEX #E60A39 Crimson

📋 copy color: '#E60A39'

red 230 ◦ green 10 ◦ blue 57

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

Shades of Crimson #E60A39

Tints of Crimson #E60A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 77.44%
G = 3.37%
B = 19.19%

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

#E60A39 (or 0xE60A39) is known color: Crimson. HEX triplet: E6, 0A and 39. RGB value is (230,10,57). Sum of RGB (Red+Green+Blue) = 230+10+57=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60A39 is #19F5C6. Grayscale: #515151. Windows color (decimal): -1701319 or 3738342. OLE color: 3738342.

HSL color Cylindrical-coordinate representation of color #E60A39: hue angle of 347.18º 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 #E60A39 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 10 57 -
CMYK 0 0.96 0.75 0.10
HSL 347.18º 0.92% 0.47% -
HSV(B) 347.18º 0.96% 0.9% -
XYZ 33.48 17.34 5.45 -
YUV 81.14 114.39 234.18 -
System Red Green Blue C M Y K H S L
Decimal 230 10 57 0 0.96 0.75 0.10 347.18 0.92 0.47
Hex E6 A 39 0 60 4B A 15B 5C 2F
Octal 346 12 71 0 140 113 12 533 134 57
Binary 11100110 1010 111001 0 1100000 1001011 1010 101011011 1011100 101111

Color Harmonies of #E60A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A39

Black with #E60A39

Text Example


Text Example

White with #E60A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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