Html Css Color HEX #EB193E Crimson

📋 copy color: '#EB193E'

red 235 ◦ green 25 ◦ blue 62

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

Shades of Crimson #EB193E

Tints of Crimson #EB193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.76%

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 72.98%
G = 7.76%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB193E (or 0xEB193E) is known color: Crimson. HEX triplet: EB, 19 and 3E. RGB value is (235,25,62). Sum of RGB (Red+Green+Blue) = 235+25+62=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB193E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB193E is #14E6C1. Grayscale: #5C5C5C. Windows color (decimal): -1369794 or 4069867. OLE color: 4069867.

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

Color convert

RGB 235 25 62 -
CMYK 0 0.89 0.74 0.08
HSL 349.43º 0.84% 0.51% -
HSV(B) 349.43º 0.89% 0.92% -
XYZ 35.48 18.71 6.3 -
YUV 92.01 111.07 229.99 -
System Red Green Blue C M Y K H S L
Decimal 235 25 62 0 0.89 0.74 0.08 349.43 0.84 0.51
Hex EB 19 3E 0 59 4A 8 15D 54 33
Octal 353 31 76 0 131 112 10 535 124 63
Binary 11101011 11001 111110 0 1011001 1001010 1000 101011101 1010100 110011

Color Harmonies of #EB193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB193E

Black with #EB193E

Text Example


Text Example

White with #EB193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB193E; }

 p { color: rgb(235,25,62); }

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

background-color css

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

 a { background-color: rgb(235,25,62); }

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

border-color css

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

 span { border-color: rgb(235,25,62); }

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