Html Css Color HEX #E6154C Crimson

📋 copy color: '#E6154C'

red 230 ◦ green 21 ◦ blue 76

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

Shades of Crimson #E6154C

Tints of Crimson #E6154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 76 (30.08% from 255) = 23.24%

R = 70.34%
G = 6.42%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6154C (or 0xE6154C) is known color: Crimson. HEX triplet: E6, 15 and 4C. RGB value is (230,21,76). Sum of RGB (Red+Green+Blue) = 230+21+76=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6154C is #19EAB3. Grayscale: #595959. Windows color (decimal): -1698484 or 4986342. OLE color: 4986342.

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

Color convert

RGB 230 21 76 -
CMYK 0 0.91 0.67 0.10
HSL 344.21º 0.83% 0.49% -
HSV(B) 344.21º 0.91% 0.9% -
XYZ 34.21 17.88 8.49 -
YUV 89.76 120.24 228.03 -
System Red Green Blue C M Y K H S L
Decimal 230 21 76 0 0.91 0.67 0.10 344.21 0.83 0.49
Hex E6 15 4C 0 5B 43 A 158 53 31
Octal 346 25 114 0 133 103 12 530 123 61
Binary 11100110 10101 1001100 0 1011011 1000011 1010 101011000 1010011 110001

Color Harmonies of #E6154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6154C

Black with #E6154C

Text Example


Text Example

White with #E6154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6154C; }

 p { color: rgb(230,21,76); }

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

background-color css

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

 a { background-color: rgb(230,21,76); }

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

border-color css

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

 span { border-color: rgb(230,21,76); }

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