Html Css Color HEX #EB123F Crimson

📋 copy color: '#EB123F'

red 235 ◦ green 18 ◦ blue 63

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

Shades of Crimson #EB123F

Tints of Crimson #EB123F

RGB

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

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

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

R = 74.37%
G = 5.7%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB123F (or 0xEB123F) is known color: Crimson. HEX triplet: EB, 12 and 3F. RGB value is (235,18,63). Sum of RGB (Red+Green+Blue) = 235+18+63=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB123F is #14EDC0. Grayscale: #585858. Windows color (decimal): -1371585 or 4133611. OLE color: 4133611.

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

Color convert

RGB 235 18 63 -
CMYK 0 0.92 0.73 0.08
HSL 347.56º 0.86% 0.5% -
HSV(B) 347.56º 0.92% 0.92% -
XYZ 35.37 18.45 6.4 -
YUV 88.01 113.89 232.84 -
System Red Green Blue C M Y K H S L
Decimal 235 18 63 0 0.92 0.73 0.08 347.56 0.86 0.5
Hex EB 12 3F 0 5C 49 8 15C 56 32
Octal 353 22 77 0 134 111 10 534 126 62
Binary 11101011 10010 111111 0 1011100 1001001 1000 101011100 1010110 110010

Color Harmonies of #EB123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB123F

Black with #EB123F

Text Example


Text Example

White with #EB123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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