Html Css Color HEX #EB542D Cinnabar

📋 copy color: '#EB542D'

red 235 ◦ green 84 ◦ blue 45

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

Shades of Cinnabar #EB542D

Tints of Cinnabar #EB542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.36%

R = 64.56%
G = 23.08%
B = 12.36%

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

#EB542D (or 0xEB542D) is known color: Cinnabar. HEX triplet: EB, 54 and 2D. RGB value is (235,84,45). Sum of RGB (Red+Green+Blue) = 235+84+45=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB542D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB542D is #14ABD2. Grayscale: #7D7D7D. Windows color (decimal): -1354707 or 2970859. OLE color: 2970859.

HSL color Cylindrical-coordinate representation of color #EB542D: hue angle of 12.32º 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 #EB542D is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 84 45 -
CMYK 0 0.64 0.81 0.08
HSL 12.32º 0.83% 0.55% -
HSV(B) 12.32º 0.81% 0.92% -
XYZ 37.9 24.19 5.15 -
YUV 124.7 83.03 206.67 -
System Red Green Blue C M Y K H S L
Decimal 235 84 45 0 0.64 0.81 0.08 12.32 0.83 0.55
Hex EB 54 2D 0 40 51 8 C 53 37
Octal 353 124 55 0 100 121 10 14 123 67
Binary 11101011 1010100 101101 0 1000000 1010001 1000 1100 1010011 110111

Color Harmonies of #EB542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB542D

Black with #EB542D

Text Example


Text Example

White with #EB542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB542D; }

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

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

background-color css

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

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

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

border-color css

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

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

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