Html Css Color HEX #EB242F Alizarin

📋 copy color: '#EB242F'

red 235 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #EB242F

Tints of Alizarin #EB242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 73.9%
G = 11.32%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB242F (or 0xEB242F) is known color: Alizarin. HEX triplet: EB, 24 and 2F. RGB value is (235,36,47). Sum of RGB (Red+Green+Blue) = 235+36+47=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB242F is #14DBD0. Grayscale: #606060. Windows color (decimal): -1366993 or 3089643. OLE color: 3089643.

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

Color convert

RGB 235 36 47 -
CMYK 0 0.85 0.8 0.08
HSL 356.68º 0.83% 0.53% -
HSV(B) 356.68º 0.85% 0.92% -
XYZ 35.4 19.13 4.52 -
YUV 96.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 235 36 47 0 0.85 0.8 0.08 356.68 0.83 0.53
Hex EB 24 2F 0 55 50 8 165 53 35
Octal 353 44 57 0 125 120 10 545 123 65
Binary 11101011 100100 101111 0 1010101 1010000 1000 101100101 1010011 110101

Color Harmonies of #EB242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB242F

Black with #EB242F

Text Example


Text Example

White with #EB242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB242F; }

 p { color: rgb(235,36,47); }

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

background-color css

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

 a { background-color: rgb(235,36,47); }

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

border-color css

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

 span { border-color: rgb(235,36,47); }

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