Html Css Color HEX #EB273A Alizarin

📋 copy color: '#EB273A'

red 235 ◦ green 39 ◦ blue 58

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

Shades of Alizarin #EB273A

Tints of Alizarin #EB273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.75%

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

R = 70.78%
G = 11.75%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB273A (or 0xEB273A) is known color: Alizarin. HEX triplet: EB, 27 and 3A. RGB value is (235,39,58). Sum of RGB (Red+Green+Blue) = 235+39+58=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB273A is #14D8C5. Grayscale: #636363. Windows color (decimal): -1366214 or 3811307. OLE color: 3811307.

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

Color convert

RGB 235 39 58 -
CMYK 0 0.83 0.75 0.08
HSL 354.18º 0.83% 0.54% -
HSV(B) 354.18º 0.83% 0.92% -
XYZ 35.75 19.42 5.87 -
YUV 99.77 104.43 224.46 -
System Red Green Blue C M Y K H S L
Decimal 235 39 58 0 0.83 0.75 0.08 354.18 0.83 0.54
Hex EB 27 3A 0 53 4B 8 162 53 36
Octal 353 47 72 0 123 113 10 542 123 66
Binary 11101011 100111 111010 0 1010011 1001011 1000 101100010 1010011 110110

Color Harmonies of #EB273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB273A

Black with #EB273A

Text Example


Text Example

White with #EB273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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