Html Css Color HEX #EB542B Cinnabar

📋 copy color: '#EB542B'

red 235 ◦ green 84 ◦ blue 43

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

Shades of Cinnabar #EB542B

Tints of Cinnabar #EB542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 64.92%
G = 23.2%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB542B (or 0xEB542B) is known color: Cinnabar. HEX triplet: EB, 54 and 2B. RGB value is (235,84,43). Sum of RGB (Red+Green+Blue) = 235+84+43=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB542B is #14ABD4. Grayscale: #7C7C7C. Windows color (decimal): -1354709 or 2839787. OLE color: 2839787.

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

Color convert

RGB 235 84 43 -
CMYK 0 0.64 0.82 0.08
HSL 12.81º 0.83% 0.55% -
HSV(B) 12.81º 0.82% 0.92% -
XYZ 37.87 24.18 4.96 -
YUV 124.48 82.03 206.83 -
System Red Green Blue C M Y K H S L
Decimal 235 84 43 0 0.64 0.82 0.08 12.81 0.83 0.55
Hex EB 54 2B 0 40 52 8 D 53 37
Octal 353 124 53 0 100 122 10 15 123 67
Binary 11101011 1010100 101011 0 1000000 1010010 1000 1101 1010011 110111

Color Harmonies of #EB542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB542B

Black with #EB542B

Text Example


Text Example

White with #EB542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB542B; }

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

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

background-color css

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

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

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

border-color css

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

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

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