Html Css Color HEX #E8142D Crimson

📋 copy color: '#E8142D'

red 232 ◦ green 20 ◦ blue 45

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

Shades of Crimson #E8142D

Tints of Crimson #E8142D

RGB

 RED value IS 232 (91.02% from 255) = 78.11%

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 78.11%
G = 6.73%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8142D (or 0xE8142D) is known color: Crimson. HEX triplet: E8, 14 and 2D. RGB value is (232,20,45). Sum of RGB (Red+Green+Blue) = 232+20+45=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8142D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8142D is #17EBD2. Grayscale: #565656. Windows color (decimal): -1567699 or 2954472. OLE color: 2954472.

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

Color convert

RGB 232 20 45 -
CMYK 0 0.91 0.81 0.09
HSL 352.92º 0.84% 0.49% -
HSV(B) 352.92º 0.91% 0.91% -
XYZ 34 17.85 4.14 -
YUV 86.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 232 20 45 0 0.91 0.81 0.09 352.92 0.84 0.49
Hex E8 14 2D 0 5B 51 9 161 54 31
Octal 350 24 55 0 133 121 11 541 124 61
Binary 11101000 10100 101101 0 1011011 1010001 1001 101100001 1010100 110001

Color Harmonies of #E8142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8142D

Black with #E8142D

Text Example


Text Example

White with #E8142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8142D; }

 p { color: rgb(232,20,45); }

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

background-color css

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

 a { background-color: rgb(232,20,45); }

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

border-color css

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

 span { border-color: rgb(232,20,45); }

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