Html Css Color HEX #E6123D Crimson

📋 copy color: '#E6123D'

red 230 ◦ green 18 ◦ blue 61

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

Shades of Crimson #E6123D

Tints of Crimson #E6123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 74.43%
G = 5.83%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6123D (or 0xE6123D) is known color: Crimson. HEX triplet: E6, 12 and 3D. RGB value is (230,18,61). Sum of RGB (Red+Green+Blue) = 230+18+61=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6123D is #19EDC2. Grayscale: #565656. Windows color (decimal): -1699267 or 4002534. OLE color: 4002534.

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

Color convert

RGB 230 18 61 -
CMYK 0 0.92 0.73 0.10
HSL 347.83º 0.85% 0.49% -
HSV(B) 347.83º 0.92% 0.9% -
XYZ 33.69 17.59 6.03 -
YUV 86.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 230 18 61 0 0.92 0.73 0.10 347.83 0.85 0.49
Hex E6 12 3D 0 5C 49 A 15C 55 31
Octal 346 22 75 0 134 111 12 534 125 61
Binary 11100110 10010 111101 0 1011100 1001001 1010 101011100 1010101 110001

Color Harmonies of #E6123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6123D

Black with #E6123D

Text Example


Text Example

White with #E6123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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