Html Css Color HEX #E6104A Crimson

📋 copy color: '#E6104A'

red 230 ◦ green 16 ◦ blue 74

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

Shades of Crimson #E6104A

Tints of Crimson #E6104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 71.88%
G = 5%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6104A (or 0xE6104A) is known color: Crimson. HEX triplet: E6, 10 and 4A. RGB value is (230,16,74). Sum of RGB (Red+Green+Blue) = 230+16+74=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E6104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6104A is #19EFB5. Grayscale: #565656. Windows color (decimal): -1699766 or 4853990. OLE color: 4853990.

HSL color Cylindrical-coordinate representation of color #E6104A: hue angle of 343.74º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6104A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 74 -
CMYK 0 0.93 0.68 0.10
HSL 343.74º 0.87% 0.48% -
HSV(B) 343.74º 0.93% 0.9% -
XYZ 34.05 17.69 8.1 -
YUV 86.6 120.9 230.28 -
System Red Green Blue C M Y K H S L
Decimal 230 16 74 0 0.93 0.68 0.10 343.74 0.87 0.48
Hex E6 10 4A 0 5D 44 A 158 57 30
Octal 346 20 112 0 135 104 12 530 127 60
Binary 11100110 10000 1001010 0 1011101 1000100 1010 101011000 1010111 110000

Color Harmonies of #E6104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6104A

Black with #E6104A

Text Example


Text Example

White with #E6104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6104A; }

 p { color: rgb(230,16,74); }

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

background-color css

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

 a { background-color: rgb(230,16,74); }

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

border-color css

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

 span { border-color: rgb(230,16,74); }

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