Html Css Color HEX #E6153C Crimson

📋 copy color: '#E6153C'

red 230 ◦ green 21 ◦ blue 60

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

Shades of Crimson #E6153C

Tints of Crimson #E6153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 73.95%
G = 6.75%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6153C (or 0xE6153C) is known color: Crimson. HEX triplet: E6, 15 and 3C. RGB value is (230,21,60). Sum of RGB (Red+Green+Blue) = 230+21+60=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6153C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6153C is #19EAC3. Grayscale: #575757. Windows color (decimal): -1698500 or 3937766. OLE color: 3937766.

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

Color convert

RGB 230 21 60 -
CMYK 0 0.91 0.74 0.10
HSL 348.8º 0.83% 0.49% -
HSV(B) 348.8º 0.91% 0.9% -
XYZ 33.72 17.69 5.91 -
YUV 87.94 112.24 229.33 -
System Red Green Blue C M Y K H S L
Decimal 230 21 60 0 0.91 0.74 0.10 348.8 0.83 0.49
Hex E6 15 3C 0 5B 4A A 15D 53 31
Octal 346 25 74 0 133 112 12 535 123 61
Binary 11100110 10101 111100 0 1011011 1001010 1010 101011101 1010011 110001

Color Harmonies of #E6153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6153C

Black with #E6153C

Text Example


Text Example

White with #E6153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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