Html Css Color HEX #E6153E Crimson

📋 copy color: '#E6153E'

red 230 ◦ green 21 ◦ blue 62

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

Shades of Crimson #E6153E

Tints of Crimson #E6153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 73.48%
G = 6.71%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6153E (or 0xE6153E) is known color: Crimson. HEX triplet: E6, 15 and 3E. RGB value is (230,21,62). Sum of RGB (Red+Green+Blue) = 230+21+62=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6153E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6153E is #19EAC1. Grayscale: #585858. Windows color (decimal): -1698498 or 4068838. OLE color: 4068838.

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

Color convert

RGB 230 21 62 -
CMYK 0 0.91 0.73 0.10
HSL 348.23º 0.83% 0.49% -
HSV(B) 348.23º 0.91% 0.9% -
XYZ 33.77 17.71 6.2 -
YUV 88.17 113.24 229.17 -
System Red Green Blue C M Y K H S L
Decimal 230 21 62 0 0.91 0.73 0.10 348.23 0.83 0.49
Hex E6 15 3E 0 5B 49 A 15C 53 31
Octal 346 25 76 0 133 111 12 534 123 61
Binary 11100110 10101 111110 0 1011011 1001001 1010 101011100 1010011 110001

Color Harmonies of #E6153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6153E

Black with #E6153E

Text Example


Text Example

White with #E6153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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