Html Css Color HEX #EB2B3F Alizarin

📋 copy color: '#EB2B3F'

red 235 ◦ green 43 ◦ blue 63

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

Shades of Alizarin #EB2B3F

Tints of Alizarin #EB2B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.61%

 BLUE value IS 63 (25% from 255) = 18.48%

R = 68.91%
G = 12.61%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB2B3F (or 0xEB2B3F) is known color: Alizarin. HEX triplet: EB, 2B and 3F. RGB value is (235,43,63). Sum of RGB (Red+Green+Blue) = 235+43+63=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2B3F is #14D4C0. Grayscale: #666666. Windows color (decimal): -1365185 or 4140011. OLE color: 4140011.

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

Color convert

RGB 235 43 63 -
CMYK 0 0.82 0.73 0.08
HSL 353.75º 0.83% 0.55% -
HSV(B) 353.75º 0.82% 0.92% -
XYZ 36.02 19.75 6.62 -
YUV 102.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 235 43 63 0 0.82 0.73 0.08 353.75 0.83 0.55
Hex EB 2B 3F 0 52 49 8 162 53 37
Octal 353 53 77 0 122 111 10 542 123 67
Binary 11101011 101011 111111 0 1010010 1001001 1000 101100010 1010011 110111

Color Harmonies of #EB2B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2B3F

Black with #EB2B3F

Text Example


Text Example

White with #EB2B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2B3F; }

 p { color: rgb(235,43,63); }

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

background-color css

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

 a { background-color: rgb(235,43,63); }

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

border-color css

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

 span { border-color: rgb(235,43,63); }

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