Html Css Color HEX #E60A40 Crimson

📋 copy color: '#E60A40'

red 230 ◦ green 10 ◦ blue 64

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

Shades of Crimson #E60A40

Tints of Crimson #E60A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 75.66%
G = 3.29%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E60A40 (or 0xE60A40) is known color: Crimson. HEX triplet: E6, 0A and 40. RGB value is (230,10,64). Sum of RGB (Red+Green+Blue) = 230+10+64=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60A40 is #19F5BF. Grayscale: #515151. Windows color (decimal): -1701312 or 4197094. OLE color: 4197094.

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

Color convert

RGB 230 10 64 -
CMYK 0 0.96 0.72 0.10
HSL 345.27º 0.92% 0.47% -
HSV(B) 345.27º 0.96% 0.9% -
XYZ 33.67 17.41 6.44 -
YUV 81.94 117.89 233.61 -
System Red Green Blue C M Y K H S L
Decimal 230 10 64 0 0.96 0.72 0.10 345.27 0.92 0.47
Hex E6 A 40 0 60 48 A 159 5C 2F
Octal 346 12 100 0 140 110 12 531 134 57
Binary 11100110 1010 1000000 0 1100000 1001000 1010 101011001 1011100 101111

Color Harmonies of #E60A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A40

Black with #E60A40

Text Example


Text Example

White with #E60A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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