Html Css Color HEX #EB2022 Alizarin

📋 copy color: '#EB2022'

red 235 ◦ green 32 ◦ blue 34

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

Shades of Alizarin #EB2022

Tints of Alizarin #EB2022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 78.07%
G = 10.63%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB2022 (or 0xEB2022) is known color: Alizarin. HEX triplet: EB, 20 and 22. RGB value is (235,32,34). Sum of RGB (Red+Green+Blue) = 235+32+34=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2022 is #14DFDD. Grayscale: #5D5D5D. Windows color (decimal): -1368030 or 2236651. OLE color: 2236651.

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

Color convert

RGB 235 32 34 -
CMYK 0 0.86 0.86 0.08
HSL 359.41º 0.84% 0.52% -
HSV(B) 359.41º 0.86% 0.92% -
XYZ 35.07 18.81 3.3 -
YUV 92.93 94.75 229.34 -
System Red Green Blue C M Y K H S L
Decimal 235 32 34 0 0.86 0.86 0.08 359.41 0.84 0.52
Hex EB 20 22 0 56 56 8 167 54 34
Octal 353 40 42 0 126 126 10 547 124 64
Binary 11101011 100000 100010 0 1010110 1010110 1000 101100111 1010100 110100

Color Harmonies of #EB2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2022

Black with #EB2022

Text Example


Text Example

White with #EB2022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2022; }

 p { color: rgb(235,32,34); }

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

background-color css

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

 a { background-color: rgb(235,32,34); }

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

border-color css

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

 span { border-color: rgb(235,32,34); }

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