Html Css Color HEX #EB113D Crimson

📋 copy color: '#EB113D'

red 235 ◦ green 17 ◦ blue 61

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

Shades of Crimson #EB113D

Tints of Crimson #EB113D

RGB

 RED value IS 235 (92.19% from 255) = 75.08%

 GREEN value IS 17 (7.03% from 255) = 5.43%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 75.08%
G = 5.43%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB113D (or 0xEB113D) is known color: Crimson. HEX triplet: EB, 11 and 3D. RGB value is (235,17,61). Sum of RGB (Red+Green+Blue) = 235+17+61=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB113D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB113D is #14EEC2. Grayscale: #575757. Windows color (decimal): -1371843 or 4002283. OLE color: 4002283.

HSL color Cylindrical-coordinate representation of color #EB113D: hue angle of 347.89º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB113D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 17 61 -
CMYK 0 0.93 0.74 0.08
HSL 347.89º 0.87% 0.49% -
HSV(B) 347.89º 0.93% 0.92% -
XYZ 35.3 18.4 6.11 -
YUV 87.2 113.22 233.42 -
System Red Green Blue C M Y K H S L
Decimal 235 17 61 0 0.93 0.74 0.08 347.89 0.87 0.49
Hex EB 11 3D 0 5D 4A 8 15C 57 31
Octal 353 21 75 0 135 112 10 534 127 61
Binary 11101011 10001 111101 0 1011101 1001010 1000 101011100 1010111 110001

Color Harmonies of #EB113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB113D

Black with #EB113D

Text Example


Text Example

White with #EB113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB113D; }

 p { color: rgb(235,17,61); }

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

background-color css

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

 a { background-color: rgb(235,17,61); }

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

border-color css

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

 span { border-color: rgb(235,17,61); }

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