Html Css Color HEX #EB113F Crimson

📋 copy color: '#EB113F'

red 235 ◦ green 17 ◦ blue 63

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

Shades of Crimson #EB113F

Tints of Crimson #EB113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20%

R = 74.6%
G = 5.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB113F (or 0xEB113F) is known color: Crimson. HEX triplet: EB, 11 and 3F. RGB value is (235,17,63). Sum of RGB (Red+Green+Blue) = 235+17+63=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB113F is #14EEC0. Grayscale: #575757. Windows color (decimal): -1371841 or 4133355. OLE color: 4133355.

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

Color convert

RGB 235 17 63 -
CMYK 0 0.93 0.73 0.08
HSL 347.34º 0.87% 0.49% -
HSV(B) 347.34º 0.93% 0.92% -
XYZ 35.36 18.42 6.39 -
YUV 87.43 114.22 233.26 -
System Red Green Blue C M Y K H S L
Decimal 235 17 63 0 0.93 0.73 0.08 347.34 0.87 0.49
Hex EB 11 3F 0 5D 49 8 15B 57 31
Octal 353 21 77 0 135 111 10 533 127 61
Binary 11101011 10001 111111 0 1011101 1001001 1000 101011011 1010111 110001

Color Harmonies of #EB113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB113F

Black with #EB113F

Text Example


Text Example

White with #EB113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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