Html Css Color HEX #EB273D Alizarin

📋 copy color: '#EB273D'

red 235 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #EB273D

Tints of Alizarin #EB273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 70.15%
G = 11.64%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB273D (or 0xEB273D) is known color: Alizarin. HEX triplet: EB, 27 and 3D. RGB value is (235,39,61). Sum of RGB (Red+Green+Blue) = 235+39+61=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB273D is #14D8C2. Grayscale: #646464. Windows color (decimal): -1366211 or 4007915. OLE color: 4007915.

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

Color convert

RGB 235 39 61 -
CMYK 0 0.83 0.74 0.08
HSL 353.27º 0.83% 0.54% -
HSV(B) 353.27º 0.83% 0.92% -
XYZ 35.83 19.45 6.28 -
YUV 100.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 235 39 61 0 0.83 0.74 0.08 353.27 0.83 0.54
Hex EB 27 3D 0 53 4A 8 161 53 36
Octal 353 47 75 0 123 112 10 541 123 66
Binary 11101011 100111 111101 0 1010011 1001010 1000 101100001 1010011 110110

Color Harmonies of #EB273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB273D

Black with #EB273D

Text Example


Text Example

White with #EB273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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