Html Css Color HEX #EB193D Crimson

📋 copy color: '#EB193D'

red 235 ◦ green 25 ◦ blue 61

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

Shades of Crimson #EB193D

Tints of Crimson #EB193D

RGB

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

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

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

R = 73.21%
G = 7.79%
B = 19%

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

#EB193D (or 0xEB193D) is known color: Crimson. HEX triplet: EB, 19 and 3D. RGB value is (235,25,61). Sum of RGB (Red+Green+Blue) = 235+25+61=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB193D is #14E6C2. Grayscale: #5B5B5B. Windows color (decimal): -1369795 or 4004331. OLE color: 4004331.

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

Color convert

RGB 235 25 61 -
CMYK 0 0.89 0.74 0.08
HSL 349.71º 0.84% 0.51% -
HSV(B) 349.71º 0.89% 0.92% -
XYZ 35.45 18.69 6.15 -
YUV 91.89 110.57 230.07 -
System Red Green Blue C M Y K H S L
Decimal 235 25 61 0 0.89 0.74 0.08 349.71 0.84 0.51
Hex EB 19 3D 0 59 4A 8 15E 54 33
Octal 353 31 75 0 131 112 10 536 124 63
Binary 11101011 11001 111101 0 1011001 1001010 1000 101011110 1010100 110011

Color Harmonies of #EB193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB193D

Black with #EB193D

Text Example


Text Example

White with #EB193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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