Html Css Color HEX #E6042E Crimson

📋 copy color: '#E6042E'

red 230 ◦ green 4 ◦ blue 46

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

Shades of Crimson #E6042E

Tints of Crimson #E6042E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 82.14%
G = 1.43%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6042E (or 0xE6042E) is known color: Crimson. HEX triplet: E6, 04 and 2E. RGB value is (230,4,46). Sum of RGB (Red+Green+Blue) = 230+4+46=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E6042E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6042E is #19FBD1. Grayscale: #4C4C4C. Windows color (decimal): -1702866 or 3015910. OLE color: 3015910.

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

Color convert

RGB 230 4 46 -
CMYK 0 0.98 0.8 0.10
HSL 348.85º 0.97% 0.46% -
HSV(B) 348.85º 0.98% 0.9% -
XYZ 33.17 17.11 4.14 -
YUV 76.36 110.87 237.58 -
System Red Green Blue C M Y K H S L
Decimal 230 4 46 0 0.98 0.8 0.10 348.85 0.97 0.46
Hex E6 4 2E 0 62 50 A 15D 61 2E
Octal 346 4 56 0 142 120 12 535 141 56
Binary 11100110 100 101110 0 1100010 1010000 1010 101011101 1100001 101110

Color Harmonies of #E6042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6042E

Black with #E6042E

Text Example


Text Example

White with #E6042E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6042E; }

 p { color: rgb(230,4,46); }

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

background-color css

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

 a { background-color: rgb(230,4,46); }

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

border-color css

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

 span { border-color: rgb(230,4,46); }

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