Html Css Color HEX #EB123A Crimson

📋 copy color: '#EB123A'

red 235 ◦ green 18 ◦ blue 58

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

Shades of Crimson #EB123A

Tints of Crimson #EB123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 75.56%
G = 5.79%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB123A (or 0xEB123A) is known color: Crimson. HEX triplet: EB, 12 and 3A. RGB value is (235,18,58). Sum of RGB (Red+Green+Blue) = 235+18+58=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB123A is #14EDC5. Grayscale: #575757. Windows color (decimal): -1371590 or 3805931. OLE color: 3805931.

HSL color Cylindrical-coordinate representation of color #EB123A: hue angle of 348.94º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB123A is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 18 58 -
CMYK 0 0.92 0.75 0.08
HSL 348.94º 0.86% 0.5% -
HSV(B) 348.94º 0.92% 0.92% -
XYZ 35.24 18.4 5.7 -
YUV 87.44 111.39 233.25 -
System Red Green Blue C M Y K H S L
Decimal 235 18 58 0 0.92 0.75 0.08 348.94 0.86 0.5
Hex EB 12 3A 0 5C 4B 8 15D 56 32
Octal 353 22 72 0 134 113 10 535 126 62
Binary 11101011 10010 111010 0 1011100 1001011 1000 101011101 1010110 110010

Color Harmonies of #EB123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB123A

Black with #EB123A

Text Example


Text Example

White with #EB123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB123A; }

 p { color: rgb(235,18,58); }

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

background-color css

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

 a { background-color: rgb(235,18,58); }

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

border-color css

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

 span { border-color: rgb(235,18,58); }

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