Html Css Color HEX #E6142E Crimson

📋 copy color: '#E6142E'

red 230 ◦ green 20 ◦ blue 46

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

Shades of Crimson #E6142E

Tints of Crimson #E6142E

RGB

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

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

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

R = 77.7%
G = 6.76%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6142E (or 0xE6142E) is known color: Crimson. HEX triplet: E6, 14 and 2E. RGB value is (230,20,46). Sum of RGB (Red+Green+Blue) = 230+20+46=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E6142E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6142E is #19EBD1. Grayscale: #555555. Windows color (decimal): -1698770 or 3020006. OLE color: 3020006.

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

Color convert

RGB 230 20 46 -
CMYK 0 0.91 0.8 0.10
HSL 352.57º 0.84% 0.49% -
HSV(B) 352.57º 0.91% 0.9% -
XYZ 33.38 17.52 4.21 -
YUV 85.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 230 20 46 0 0.91 0.8 0.10 352.57 0.84 0.49
Hex E6 14 2E 0 5B 50 A 161 54 31
Octal 346 24 56 0 133 120 12 541 124 61
Binary 11100110 10100 101110 0 1011011 1010000 1010 101100001 1010100 110001

Color Harmonies of #E6142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6142E

Black with #E6142E

Text Example


Text Example

White with #E6142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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