Html Css Color HEX #E6164D Crimson

📋 copy color: '#E6164D'

red 230 ◦ green 22 ◦ blue 77

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

Shades of Crimson #E6164D

Tints of Crimson #E6164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.69%

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 69.91%
G = 6.69%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6164D (or 0xE6164D) is known color: Crimson. HEX triplet: E6, 16 and 4D. RGB value is (230,22,77). Sum of RGB (Red+Green+Blue) = 230+22+77=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6164D is #19E9B2. Grayscale: #5A5A5A. Windows color (decimal): -1698227 or 5052134. OLE color: 5052134.

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

Color convert

RGB 230 22 77 -
CMYK 0 0.90 0.67 0.10
HSL 344.13º 0.83% 0.49% -
HSV(B) 344.13º 0.9% 0.9% -
XYZ 34.26 17.93 8.68 -
YUV 90.46 120.41 227.53 -
System Red Green Blue C M Y K H S L
Decimal 230 22 77 0 0.90 0.67 0.10 344.13 0.83 0.49
Hex E6 16 4D 0 5A 43 A 158 53 31
Octal 346 26 115 0 132 103 12 530 123 61
Binary 11100110 10110 1001101 0 1011010 1000011 1010 101011000 1010011 110001

Color Harmonies of #E6164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6164D

Black with #E6164D

Text Example


Text Example

White with #E6164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6164D; }

 p { color: rgb(230,22,77); }

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

background-color css

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

 a { background-color: rgb(230,22,77); }

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

border-color css

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

 span { border-color: rgb(230,22,77); }

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