Html Css Color HEX #E6122A Crimson

📋 copy color: '#E6122A'

red 230 ◦ green 18 ◦ blue 42

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

Shades of Crimson #E6122A

Tints of Crimson #E6122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 79.31%
G = 6.21%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6122A (or 0xE6122A) is known color: Crimson. HEX triplet: E6, 12 and 2A. RGB value is (230,18,42). Sum of RGB (Red+Green+Blue) = 230+18+42=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E6122A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6122A is #19EDD5. Grayscale: #545454. Windows color (decimal): -1699286 or 2757350. OLE color: 2757350.

HSL color Cylindrical-coordinate representation of color #E6122A: hue angle of 353.21º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6122A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 18 42 -
CMYK 0 0.92 0.82 0.10
HSL 353.21º 0.85% 0.49% -
HSV(B) 353.21º 0.92% 0.9% -
XYZ 33.27 17.42 3.8 -
YUV 84.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 230 18 42 0 0.92 0.82 0.10 353.21 0.85 0.49
Hex E6 12 2A 0 5C 52 A 161 55 31
Octal 346 22 52 0 134 122 12 541 125 61
Binary 11100110 10010 101010 0 1011100 1010010 1010 101100001 1010101 110001

Color Harmonies of #E6122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6122A

Black with #E6122A

Text Example


Text Example

White with #E6122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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