Html Css Color HEX #E6123F Crimson

📋 copy color: '#E6123F'

red 230 ◦ green 18 ◦ blue 63

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

Shades of Crimson #E6123F

Tints of Crimson #E6123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.26%

R = 73.95%
G = 5.79%
B = 20.26%

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

#E6123F (or 0xE6123F) is known color: Crimson. HEX triplet: E6, 12 and 3F. RGB value is (230,18,63). Sum of RGB (Red+Green+Blue) = 230+18+63=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6123F is #19EDC0. Grayscale: #565656. Windows color (decimal): -1699265 or 4133606. OLE color: 4133606.

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

Color convert

RGB 230 18 63 -
CMYK 0 0.92 0.73 0.10
HSL 347.26º 0.85% 0.49% -
HSV(B) 347.26º 0.92% 0.9% -
XYZ 33.75 17.61 6.32 -
YUV 86.52 114.74 230.34 -
System Red Green Blue C M Y K H S L
Decimal 230 18 63 0 0.92 0.73 0.10 347.26 0.85 0.49
Hex E6 12 3F 0 5C 49 A 15B 55 31
Octal 346 22 77 0 134 111 12 533 125 61
Binary 11100110 10010 111111 0 1011100 1001001 1010 101011011 1010101 110001

Color Harmonies of #E6123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6123F

Black with #E6123F

Text Example


Text Example

White with #E6123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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