Html Css Color HEX #E6123A Crimson

📋 copy color: '#E6123A'

red 230 ◦ green 18 ◦ blue 58

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

Shades of Crimson #E6123A

Tints of Crimson #E6123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 75.16%
G = 5.88%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6123A (or 0xE6123A) is known color: Crimson. HEX triplet: E6, 12 and 3A. RGB value is (230,18,58). Sum of RGB (Red+Green+Blue) = 230+18+58=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6123A is #19EDC5. Grayscale: #565656. Windows color (decimal): -1699270 or 3805926. OLE color: 3805926.

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

Color convert

RGB 230 18 58 -
CMYK 0 0.92 0.75 0.10
HSL 348.68º 0.85% 0.49% -
HSV(B) 348.68º 0.92% 0.9% -
XYZ 33.61 17.56 5.62 -
YUV 85.95 112.24 230.75 -
System Red Green Blue C M Y K H S L
Decimal 230 18 58 0 0.92 0.75 0.10 348.68 0.85 0.49
Hex E6 12 3A 0 5C 4B A 15D 55 31
Octal 346 22 72 0 134 113 12 535 125 61
Binary 11100110 10010 111010 0 1011100 1001011 1010 101011101 1010101 110001

Color Harmonies of #E6123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6123A

Black with #E6123A

Text Example


Text Example

White with #E6123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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