Html Css Color HEX #EB542C Cinnabar

📋 copy color: '#EB542C'

red 235 ◦ green 84 ◦ blue 44

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

Shades of Cinnabar #EB542C

Tints of Cinnabar #EB542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 64.74%
G = 23.14%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB542C (or 0xEB542C) is known color: Cinnabar. HEX triplet: EB, 54 and 2C. RGB value is (235,84,44). Sum of RGB (Red+Green+Blue) = 235+84+44=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB542C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB542C is #14ABD3. Grayscale: #7C7C7C. Windows color (decimal): -1354708 or 2905323. OLE color: 2905323.

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

Color convert

RGB 235 84 44 -
CMYK 0 0.64 0.81 0.08
HSL 12.57º 0.83% 0.55% -
HSV(B) 12.57º 0.81% 0.92% -
XYZ 37.89 24.18 5.05 -
YUV 124.59 82.53 206.75 -
System Red Green Blue C M Y K H S L
Decimal 235 84 44 0 0.64 0.81 0.08 12.57 0.83 0.55
Hex EB 54 2C 0 40 51 8 D 53 37
Octal 353 124 54 0 100 121 10 15 123 67
Binary 11101011 1010100 101100 0 1000000 1010001 1000 1101 1010011 110111

Color Harmonies of #EB542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB542C

Black with #EB542C

Text Example


Text Example

White with #EB542C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB542C; }

 p { color: rgb(235,84,44); }

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

background-color css

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

 a { background-color: rgb(235,84,44); }

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

border-color css

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

 span { border-color: rgb(235,84,44); }

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