Html Css Color HEX #E61C42 Crimson

📋 copy color: '#E61C42'

red 230 ◦ green 28 ◦ blue 66

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

Shades of Crimson #E61C42

Tints of Crimson #E61C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.64%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 70.99%
G = 8.64%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E61C42 (or 0xE61C42) is known color: Crimson. HEX triplet: E6, 1C and 42. RGB value is (230,28,66). Sum of RGB (Red+Green+Blue) = 230+28+66=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C42 is #19E3BD. Grayscale: #5C5C5C. Windows color (decimal): -1696702 or 4332774. OLE color: 4332774.

HSL color Cylindrical-coordinate representation of color #E61C42: hue angle of 348.71º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C42 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 28 66 -
CMYK 0 0.88 0.71 0.10
HSL 348.71º 0.8% 0.51% -
HSV(B) 348.71º 0.88% 0.9% -
XYZ 34.03 18.05 6.84 -
YUV 92.73 112.92 225.91 -
System Red Green Blue C M Y K H S L
Decimal 230 28 66 0 0.88 0.71 0.10 348.71 0.8 0.51
Hex E6 1C 42 0 58 47 A 15D 50 33
Octal 346 34 102 0 130 107 12 535 120 63
Binary 11100110 11100 1000010 0 1011000 1000111 1010 101011101 1010000 110011

Color Harmonies of #E61C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C42

Black with #E61C42

Text Example


Text Example

White with #E61C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C42; }

 p { color: rgb(230,28,66); }

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

background-color css

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

 a { background-color: rgb(230,28,66); }

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

border-color css

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

 span { border-color: rgb(230,28,66); }

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