Html Css Color HEX #E6164B Crimson

📋 copy color: '#E6164B'

red 230 ◦ green 22 ◦ blue 75

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

Shades of Crimson #E6164B

Tints of Crimson #E6164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 70.34%
G = 6.73%
B = 22.94%

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

#E6164B (or 0xE6164B) is known color: Crimson. HEX triplet: E6, 16 and 4B. RGB value is (230,22,75). Sum of RGB (Red+Green+Blue) = 230+22+75=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6164B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6164B is #19E9B4. Grayscale: #5A5A5A. Windows color (decimal): -1698229 or 4921062. OLE color: 4921062.

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

Color convert

RGB 230 22 75 -
CMYK 0 0.90 0.67 0.10
HSL 344.71º 0.83% 0.49% -
HSV(B) 344.71º 0.9% 0.9% -
XYZ 34.19 17.9 8.31 -
YUV 90.23 119.41 227.69 -
System Red Green Blue C M Y K H S L
Decimal 230 22 75 0 0.90 0.67 0.10 344.71 0.83 0.49
Hex E6 16 4B 0 5A 43 A 159 53 31
Octal 346 26 113 0 132 103 12 531 123 61
Binary 11100110 10110 1001011 0 1011010 1000011 1010 101011001 1010011 110001

Color Harmonies of #E6164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6164B

Black with #E6164B

Text Example


Text Example

White with #E6164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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