Html Css Color HEX #E60341 Crimson

📋 copy color: '#E60341'

red 230 ◦ green 3 ◦ blue 65

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

Shades of Crimson #E60341

Tints of Crimson #E60341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 77.18%
G = 1.01%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E60341 (or 0xE60341) is known color: Crimson. HEX triplet: E6, 03 and 41. RGB value is (230,3,65). Sum of RGB (Red+Green+Blue) = 230+3+65=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E60341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60341 is #19FCBE. Grayscale: #4D4D4D. Windows color (decimal): -1703103 or 4260838. OLE color: 4260838.

HSL color Cylindrical-coordinate representation of color #E60341: hue angle of 343.61º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60341 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 3 65 -
CMYK 0 0.99 0.72 0.10
HSL 343.61º 0.97% 0.46% -
HSV(B) 343.61º 0.99% 0.9% -
XYZ 33.62 17.27 6.56 -
YUV 77.94 120.71 236.46 -
System Red Green Blue C M Y K H S L
Decimal 230 3 65 0 0.99 0.72 0.10 343.61 0.97 0.46
Hex E6 3 41 0 63 48 A 158 61 2E
Octal 346 3 101 0 143 110 12 530 141 56
Binary 11100110 11 1000001 0 1100011 1001000 1010 101011000 1100001 101110

Color Harmonies of #E60341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60341

Black with #E60341

Text Example


Text Example

White with #E60341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60341; }

 p { color: rgb(230,3,65); }

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

background-color css

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

 a { background-color: rgb(230,3,65); }

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

border-color css

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

 span { border-color: rgb(230,3,65); }

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