Html Css Color HEX #EB363A Alizarin

📋 copy color: '#EB363A'

red 235 ◦ green 54 ◦ blue 58

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

Shades of Alizarin #EB363A

Tints of Alizarin #EB363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

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

R = 67.72%
G = 15.56%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB363A (or 0xEB363A) is known color: Alizarin. HEX triplet: EB, 36 and 3A. RGB value is (235,54,58). Sum of RGB (Red+Green+Blue) = 235+54+58=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB363A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB363A is #14C9C5. Grayscale: #6C6C6C. Windows color (decimal): -1362374 or 3815147. OLE color: 3815147.

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

Color convert

RGB 235 54 58 -
CMYK 0 0.77 0.75 0.08
HSL 358.67º 0.82% 0.57% -
HSV(B) 358.67º 0.77% 0.92% -
XYZ 36.34 20.61 6.06 -
YUV 108.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 235 54 58 0 0.77 0.75 0.08 358.67 0.82 0.57
Hex EB 36 3A 0 4D 4B 8 167 52 39
Octal 353 66 72 0 115 113 10 547 122 71
Binary 11101011 110110 111010 0 1001101 1001011 1000 101100111 1010010 111001

Color Harmonies of #EB363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB363A

Black with #EB363A

Text Example


Text Example

White with #EB363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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