Html Css Color HEX #EB333C Alizarin

📋 copy color: '#EB333C'

red 235 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #EB333C

Tints of Alizarin #EB333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 67.92%
G = 14.74%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB333C (or 0xEB333C) is known color: Alizarin. HEX triplet: EB, 33 and 3C. RGB value is (235,51,60). Sum of RGB (Red+Green+Blue) = 235+51+60=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB333C is #14CCC3. Grayscale: #6B6B6B. Windows color (decimal): -1363140 or 3945451. OLE color: 3945451.

HSL color Cylindrical-coordinate representation of color #EB333C: hue angle of 357.07º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB333C is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 51 60 -
CMYK 0 0.78 0.74 0.08
HSL 357.07º 0.82% 0.56% -
HSV(B) 357.07º 0.78% 0.92% -
XYZ 36.26 20.36 6.29 -
YUV 107.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 235 51 60 0 0.78 0.74 0.08 357.07 0.82 0.56
Hex EB 33 3C 0 4E 4A 8 165 52 38
Octal 353 63 74 0 116 112 10 545 122 70
Binary 11101011 110011 111100 0 1001110 1001010 1000 101100101 1010010 111000

Color Harmonies of #EB333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB333C

Black with #EB333C

Text Example


Text Example

White with #EB333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB333C; }

 p { color: rgb(235,51,60); }

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

background-color css

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

 a { background-color: rgb(235,51,60); }

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

border-color css

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

 span { border-color: rgb(235,51,60); }

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