Html Css Color HEX #E61440 Crimson

📋 copy color: '#E61440'

red 230 ◦ green 20 ◦ blue 64

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

Shades of Crimson #E61440

Tints of Crimson #E61440

RGB

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

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

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

R = 73.25%
G = 6.37%
B = 20.38%

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

#E61440 (or 0xE61440) is known color: Crimson. HEX triplet: E6, 14 and 40. RGB value is (230,20,64). Sum of RGB (Red+Green+Blue) = 230+20+64=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E61440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61440 is #19EBBF. Grayscale: #575757. Windows color (decimal): -1698752 or 4199654. OLE color: 4199654.

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

Color convert

RGB 230 20 64 -
CMYK 0 0.91 0.72 0.10
HSL 347.43º 0.84% 0.49% -
HSV(B) 347.43º 0.91% 0.9% -
XYZ 33.81 17.69 6.48 -
YUV 87.81 114.57 229.42 -
System Red Green Blue C M Y K H S L
Decimal 230 20 64 0 0.91 0.72 0.10 347.43 0.84 0.49
Hex E6 14 40 0 5B 48 A 15B 54 31
Octal 346 24 100 0 133 110 12 533 124 61
Binary 11100110 10100 1000000 0 1011011 1001000 1010 101011011 1010100 110001

Color Harmonies of #E61440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61440

Black with #E61440

Text Example


Text Example

White with #E61440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61440; }

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

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

background-color css

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

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

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

border-color css

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

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

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