Html Css Color HEX #EB262C Alizarin

📋 copy color: '#EB262C'

red 235 ◦ green 38 ◦ blue 44

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

Shades of Alizarin #EB262C

Tints of Alizarin #EB262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 74.13%
G = 11.99%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB262C (or 0xEB262C) is known color: Alizarin. HEX triplet: EB, 26 and 2C. RGB value is (235,38,44). Sum of RGB (Red+Green+Blue) = 235+38+44=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB262C is #14D9D3. Grayscale: #616161. Windows color (decimal): -1366484 or 2893547. OLE color: 2893547.

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

Color convert

RGB 235 38 44 -
CMYK 0 0.84 0.81 0.08
HSL 358.17º 0.83% 0.54% -
HSV(B) 358.17º 0.84% 0.92% -
XYZ 35.41 19.23 4.23 -
YUV 97.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 235 38 44 0 0.84 0.81 0.08 358.17 0.83 0.54
Hex EB 26 2C 0 54 51 8 166 53 36
Octal 353 46 54 0 124 121 10 546 123 66
Binary 11101011 100110 101100 0 1010100 1010001 1000 101100110 1010011 110110

Color Harmonies of #EB262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB262C

Black with #EB262C

Text Example


Text Example

White with #EB262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB262C; }

 p { color: rgb(235,38,44); }

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

background-color css

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

 a { background-color: rgb(235,38,44); }

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

border-color css

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

 span { border-color: rgb(235,38,44); }

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