Html Css Color HEX #E61441 Crimson

📋 copy color: '#E61441'

red 230 ◦ green 20 ◦ blue 65

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

Shades of Crimson #E61441

Tints of Crimson #E61441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 73.02%
G = 6.35%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E61441 (or 0xE61441) is known color: Crimson. HEX triplet: E6, 14 and 41. RGB value is (230,20,65). Sum of RGB (Red+Green+Blue) = 230+20+65=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E61441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61441 is #19EBBE. Grayscale: #575757. Windows color (decimal): -1698751 or 4265190. OLE color: 4265190.

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

Color convert

RGB 230 20 65 -
CMYK 0 0.91 0.72 0.10
HSL 347.14º 0.84% 0.49% -
HSV(B) 347.14º 0.91% 0.9% -
XYZ 33.84 17.7 6.63 -
YUV 87.92 115.07 229.34 -
System Red Green Blue C M Y K H S L
Decimal 230 20 65 0 0.91 0.72 0.10 347.14 0.84 0.49
Hex E6 14 41 0 5B 48 A 15B 54 31
Octal 346 24 101 0 133 110 12 533 124 61
Binary 11100110 10100 1000001 0 1011011 1001000 1010 101011011 1010100 110001

Color Harmonies of #E61441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61441

Black with #E61441

Text Example


Text Example

White with #E61441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61441; }

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

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

background-color css

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

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

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

border-color css

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

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

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