Html Css Color HEX #EB542F Cinnabar

📋 copy color: '#EB542F'

red 235 ◦ green 84 ◦ blue 47

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

Shades of Cinnabar #EB542F

Tints of Cinnabar #EB542F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.84%

R = 64.21%
G = 22.95%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB542F (or 0xEB542F) is known color: Cinnabar. HEX triplet: EB, 54 and 2F. RGB value is (235,84,47). Sum of RGB (Red+Green+Blue) = 235+84+47=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB542F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB542F is #14ABD0. Grayscale: #7D7D7D. Windows color (decimal): -1354705 or 3101931. OLE color: 3101931.

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

Color convert

RGB 235 84 47 -
CMYK 0 0.64 0.8 0.08
HSL 11.81º 0.82% 0.55% -
HSV(B) 11.81º 0.8% 0.92% -
XYZ 37.94 24.21 5.36 -
YUV 124.93 84.03 206.51 -
System Red Green Blue C M Y K H S L
Decimal 235 84 47 0 0.64 0.8 0.08 11.81 0.82 0.55
Hex EB 54 2F 0 40 50 8 C 52 37
Octal 353 124 57 0 100 120 10 14 122 67
Binary 11101011 1010100 101111 0 1000000 1010000 1000 1100 1010010 110111

Color Harmonies of #EB542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB542F

Black with #EB542F

Text Example


Text Example

White with #EB542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB542F; }

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

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

background-color css

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

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

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

border-color css

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

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

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