Html Css Color HEX #EB172F Alizarin

📋 copy color: '#EB172F'

red 235 ◦ green 23 ◦ blue 47

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

Shades of Alizarin #EB172F

Tints of Alizarin #EB172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

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

R = 77.05%
G = 7.54%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB172F (or 0xEB172F) is known color: Alizarin. HEX triplet: EB, 17 and 2F. RGB value is (235,23,47). Sum of RGB (Red+Green+Blue) = 235+23+47=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB172F is #14E8D0. Grayscale: #595959. Windows color (decimal): -1370321 or 3086315. OLE color: 3086315.

HSL color Cylindrical-coordinate representation of color #EB172F: hue angle of 353.21º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB172F is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 23 47 -
CMYK 0 0.90 0.8 0.08
HSL 353.21º 0.84% 0.51% -
HSV(B) 353.21º 0.9% 0.92% -
XYZ 35.08 18.48 4.41 -
YUV 89.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 235 23 47 0 0.90 0.8 0.08 353.21 0.84 0.51
Hex EB 17 2F 0 5A 50 8 161 54 33
Octal 353 27 57 0 132 120 10 541 124 63
Binary 11101011 10111 101111 0 1011010 1010000 1000 101100001 1010100 110011

Color Harmonies of #EB172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB172F

Black with #EB172F

Text Example


Text Example

White with #EB172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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