Html Css Color HEX #EB5323 Cinnabar

📋 copy color: '#EB5323'

red 235 ◦ green 83 ◦ blue 35

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

Shades of Cinnabar #EB5323

Tints of Cinnabar #EB5323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

 BLUE value IS 35 (14.06% from 255) = 9.92%

R = 66.57%
G = 23.51%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB5323 (or 0xEB5323) is known color: Cinnabar. HEX triplet: EB, 53 and 23. RGB value is (235,83,35). Sum of RGB (Red+Green+Blue) = 235+83+35=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5323 is #14ACDC. Grayscale: #7B7B7B. Windows color (decimal): -1354973 or 2315243. OLE color: 2315243.

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

Color convert

RGB 235 83 35 -
CMYK 0 0.65 0.85 0.08
HSL 14.4º 0.83% 0.53% -
HSV(B) 14.4º 0.85% 0.92% -
XYZ 37.66 23.97 4.23 -
YUV 122.98 78.36 207.9 -
System Red Green Blue C M Y K H S L
Decimal 235 83 35 0 0.65 0.85 0.08 14.4 0.83 0.53
Hex EB 53 23 0 41 55 8 E 53 35
Octal 353 123 43 0 101 125 10 16 123 65
Binary 11101011 1010011 100011 0 1000001 1010101 1000 1110 1010011 110101

Color Harmonies of #EB5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5323

Black with #EB5323

Text Example


Text Example

White with #EB5323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5323; }

 p { color: rgb(235,83,35); }

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

background-color css

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

 a { background-color: rgb(235,83,35); }

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

border-color css

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

 span { border-color: rgb(235,83,35); }

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