Html Css Color HEX #EB123C Crimson

📋 copy color: '#EB123C'

red 235 ◦ green 18 ◦ blue 60

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

Shades of Crimson #EB123C

Tints of Crimson #EB123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 75.08%
G = 5.75%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB123C (or 0xEB123C) is known color: Crimson. HEX triplet: EB, 12 and 3C. RGB value is (235,18,60). Sum of RGB (Red+Green+Blue) = 235+18+60=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB123C is #14EDC3. Grayscale: #575757. Windows color (decimal): -1371588 or 3937003. OLE color: 3937003.

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

Color convert

RGB 235 18 60 -
CMYK 0 0.92 0.74 0.08
HSL 348.39º 0.86% 0.5% -
HSV(B) 348.39º 0.92% 0.92% -
XYZ 35.29 18.42 5.97 -
YUV 87.67 112.39 233.08 -
System Red Green Blue C M Y K H S L
Decimal 235 18 60 0 0.92 0.74 0.08 348.39 0.86 0.5
Hex EB 12 3C 0 5C 4A 8 15C 56 32
Octal 353 22 74 0 134 112 10 534 126 62
Binary 11101011 10010 111100 0 1011100 1001010 1000 101011100 1010110 110010

Color Harmonies of #EB123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB123C

Black with #EB123C

Text Example


Text Example

White with #EB123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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