Html Css Color HEX #E6142A Alizarin

📋 copy color: '#E6142A'

red 230 ◦ green 20 ◦ blue 42

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

Shades of Alizarin #E6142A

Tints of Alizarin #E6142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 78.77%
G = 6.85%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6142A (or 0xE6142A) is known color: Alizarin. HEX triplet: E6, 14 and 2A. RGB value is (230,20,42). Sum of RGB (Red+Green+Blue) = 230+20+42=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E6142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6142A is #19EBD5. Grayscale: #555555. Windows color (decimal): -1698774 or 2757862. OLE color: 2757862.

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

Color convert

RGB 230 20 42 -
CMYK 0 0.91 0.82 0.10
HSL 353.71º 0.84% 0.49% -
HSV(B) 353.71º 0.91% 0.9% -
XYZ 33.3 17.49 3.81 -
YUV 85.3 103.57 231.21 -
System Red Green Blue C M Y K H S L
Decimal 230 20 42 0 0.91 0.82 0.10 353.71 0.84 0.49
Hex E6 14 2A 0 5B 52 A 162 54 31
Octal 346 24 52 0 133 122 12 542 124 61
Binary 11100110 10100 101010 0 1011011 1010010 1010 101100010 1010100 110001

Color Harmonies of #E6142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6142A

Black with #E6142A

Text Example


Text Example

White with #E6142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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