Html Css Color HEX #E6134B Crimson

📋 copy color: '#E6134B'

red 230 ◦ green 19 ◦ blue 75

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

Shades of Crimson #E6134B

Tints of Crimson #E6134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.86%

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

R = 70.99%
G = 5.86%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6134B (or 0xE6134B) is known color: Crimson. HEX triplet: E6, 13 and 4B. RGB value is (230,19,75). Sum of RGB (Red+Green+Blue) = 230+19+75=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6134B is #19ECB4. Grayscale: #585858. Windows color (decimal): -1698997 or 4920294. OLE color: 4920294.

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

Color convert

RGB 230 19 75 -
CMYK 0 0.92 0.67 0.10
HSL 344.08º 0.85% 0.49% -
HSV(B) 344.08º 0.92% 0.9% -
XYZ 34.14 17.8 8.29 -
YUV 88.47 120.4 228.95 -
System Red Green Blue C M Y K H S L
Decimal 230 19 75 0 0.92 0.67 0.10 344.08 0.85 0.49
Hex E6 13 4B 0 5C 43 A 158 55 31
Octal 346 23 113 0 134 103 12 530 125 61
Binary 11100110 10011 1001011 0 1011100 1000011 1010 101011000 1010101 110001

Color Harmonies of #E6134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6134B

Black with #E6134B

Text Example


Text Example

White with #E6134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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