Html Css Color HEX #EB262D Alizarin

📋 copy color: '#EB262D'

red 235 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #EB262D

Tints of Alizarin #EB262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 73.9%
G = 11.95%
B = 14.15%

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

#EB262D (or 0xEB262D) is known color: Alizarin. HEX triplet: EB, 26 and 2D. RGB value is (235,38,45). Sum of RGB (Red+Green+Blue) = 235+38+45=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB262D is #14D9D2. Grayscale: #616161. Windows color (decimal): -1366483 or 2959083. OLE color: 2959083.

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

Color convert

RGB 235 38 45 -
CMYK 0 0.84 0.81 0.08
HSL 357.87º 0.83% 0.54% -
HSV(B) 357.87º 0.84% 0.92% -
XYZ 35.43 19.24 4.33 -
YUV 97.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 235 38 45 0 0.84 0.81 0.08 357.87 0.83 0.54
Hex EB 26 2D 0 54 51 8 166 53 36
Octal 353 46 55 0 124 121 10 546 123 66
Binary 11101011 100110 101101 0 1010100 1010001 1000 101100110 1010011 110110

Color Harmonies of #EB262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB262D

Black with #EB262D

Text Example


Text Example

White with #EB262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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