Html Css Color HEX #E60A2A Crimson

📋 copy color: '#E60A2A'

red 230 ◦ green 10 ◦ blue 42

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

Shades of Crimson #E60A2A

Tints of Crimson #E60A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 81.56%
G = 3.55%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E60A2A (or 0xE60A2A) is known color: Crimson. HEX triplet: E6, 0A and 2A. RGB value is (230,10,42). Sum of RGB (Red+Green+Blue) = 230+10+42=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60A2A is #19F5D5. Grayscale: #4F4F4F. Windows color (decimal): -1701334 or 2755302. OLE color: 2755302.

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

Color convert

RGB 230 10 42 -
CMYK 0 0.96 0.82 0.10
HSL 351.27º 0.92% 0.47% -
HSV(B) 351.27º 0.96% 0.9% -
XYZ 33.16 17.21 3.76 -
YUV 79.43 106.89 235.4 -
System Red Green Blue C M Y K H S L
Decimal 230 10 42 0 0.96 0.82 0.10 351.27 0.92 0.47
Hex E6 A 2A 0 60 52 A 15F 5C 2F
Octal 346 12 52 0 140 122 12 537 134 57
Binary 11100110 1010 101010 0 1100000 1010010 1010 101011111 1011100 101111

Color Harmonies of #E60A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A2A

Black with #E60A2A

Text Example


Text Example

White with #E60A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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