Html Css Color HEX #EB053E Crimson

📋 copy color: '#EB053E'

red 235 ◦ green 5 ◦ blue 62

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

Shades of Crimson #EB053E

Tints of Crimson #EB053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 77.81%
G = 1.66%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB053E (or 0xEB053E) is known color: Crimson. HEX triplet: EB, 05 and 3E. RGB value is (235,5,62). Sum of RGB (Red+Green+Blue) = 235+5+62=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB053E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB053E is #14FAC1. Grayscale: #505050. Windows color (decimal): -1374914 or 4064747. OLE color: 4064747.

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

Color convert

RGB 235 5 62 -
CMYK 0 0.98 0.74 0.08
HSL 345.13º 0.96% 0.47% -
HSV(B) 345.13º 0.98% 0.92% -
XYZ 35.18 18.12 6.2 -
YUV 80.27 117.7 238.37 -
System Red Green Blue C M Y K H S L
Decimal 235 5 62 0 0.98 0.74 0.08 345.13 0.96 0.47
Hex EB 5 3E 0 62 4A 8 159 60 2F
Octal 353 5 76 0 142 112 10 531 140 57
Binary 11101011 101 111110 0 1100010 1001010 1000 101011001 1100000 101111

Color Harmonies of #EB053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB053E

Black with #EB053E

Text Example


Text Example

White with #EB053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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