Html Css Color HEX #EB303F Alizarin

📋 copy color: '#EB303F'

red 235 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #EB303F

Tints of Alizarin #EB303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 67.92%
G = 13.87%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB303F (or 0xEB303F) is known color: Alizarin. HEX triplet: EB, 30 and 3F. RGB value is (235,48,63). Sum of RGB (Red+Green+Blue) = 235+48+63=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB303F is #14CFC0. Grayscale: #696969. Windows color (decimal): -1363905 or 4141291. OLE color: 4141291.

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

Color convert

RGB 235 48 63 -
CMYK 0 0.80 0.73 0.08
HSL 355.19º 0.82% 0.55% -
HSV(B) 355.19º 0.8% 0.92% -
XYZ 36.22 20.13 6.68 -
YUV 105.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 235 48 63 0 0.80 0.73 0.08 355.19 0.82 0.55
Hex EB 30 3F 0 50 49 8 163 52 37
Octal 353 60 77 0 120 111 10 543 122 67
Binary 11101011 110000 111111 0 1010000 1001001 1000 101100011 1010010 110111

Color Harmonies of #EB303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB303F

Black with #EB303F

Text Example


Text Example

White with #EB303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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