Html Css Color HEX #EB053A Crimson

📋 copy color: '#EB053A'

red 235 ◦ green 5 ◦ blue 58

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

Shades of Crimson #EB053A

Tints of Crimson #EB053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 78.86%
G = 1.68%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB053A (or 0xEB053A) is known color: Crimson. HEX triplet: EB, 05 and 3A. RGB value is (235,5,58). Sum of RGB (Red+Green+Blue) = 235+5+58=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB053A is #14FAC5. Grayscale: #4F4F4F. Windows color (decimal): -1374918 or 3802603. OLE color: 3802603.

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

Color convert

RGB 235 5 58 -
CMYK 0 0.98 0.75 0.08
HSL 346.17º 0.96% 0.47% -
HSV(B) 346.17º 0.98% 0.92% -
XYZ 35.08 18.08 5.64 -
YUV 79.81 115.7 238.69 -
System Red Green Blue C M Y K H S L
Decimal 235 5 58 0 0.98 0.75 0.08 346.17 0.96 0.47
Hex EB 5 3A 0 62 4B 8 15A 60 2F
Octal 353 5 72 0 142 113 10 532 140 57
Binary 11101011 101 111010 0 1100010 1001011 1000 101011010 1100000 101111

Color Harmonies of #EB053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB053A

Black with #EB053A

Text Example


Text Example

White with #EB053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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