Html Css Color HEX #EB523C Cinnabar

📋 copy color: '#EB523C'

red 235 ◦ green 82 ◦ blue 60

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

Shades of Cinnabar #EB523C

Tints of Cinnabar #EB523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

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

R = 62.33%
G = 21.75%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB523C (or 0xEB523C) is known color: Cinnabar. HEX triplet: EB, 52 and 3C. RGB value is (235,82,60). Sum of RGB (Red+Green+Blue) = 235+82+60=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB523C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB523C is #14ADC3. Grayscale: #7D7D7D. Windows color (decimal): -1355204 or 3953387. OLE color: 3953387.

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

Color convert

RGB 235 82 60 -
CMYK 0 0.65 0.74 0.08
HSL 7.54º 0.81% 0.58% -
HSV(B) 7.54º 0.74% 0.92% -
XYZ 38.09 24.02 6.9 -
YUV 125.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 235 82 60 0 0.65 0.74 0.08 7.54 0.81 0.58
Hex EB 52 3C 0 41 4A 8 8 51 3A
Octal 353 122 74 0 101 112 10 10 121 72
Binary 11101011 1010010 111100 0 1000001 1001010 1000 1000 1010001 111010

Color Harmonies of #EB523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB523C

Black with #EB523C

Text Example


Text Example

White with #EB523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB523C; }

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

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

background-color css

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

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

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

border-color css

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

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

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