Html Css Color HEX #EB5320 Cinnabar

📋 copy color: '#EB5320'

red 235 ◦ green 83 ◦ blue 32

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

Shades of Cinnabar #EB5320

Tints of Cinnabar #EB5320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 67.14%
G = 23.71%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB5320 (or 0xEB5320) is known color: Cinnabar. HEX triplet: EB, 53 and 20. RGB value is (235,83,32). Sum of RGB (Red+Green+Blue) = 235+83+32=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5320 is #14ACDF. Grayscale: #7A7A7A. Windows color (decimal): -1354976 or 2118635. OLE color: 2118635.

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

Color convert

RGB 235 83 32 -
CMYK 0 0.65 0.86 0.08
HSL 15.07º 0.84% 0.52% -
HSV(B) 15.07º 0.86% 0.92% -
XYZ 37.61 23.95 4.01 -
YUV 122.63 76.86 208.15 -
System Red Green Blue C M Y K H S L
Decimal 235 83 32 0 0.65 0.86 0.08 15.07 0.84 0.52
Hex EB 53 20 0 41 56 8 F 54 34
Octal 353 123 40 0 101 126 10 17 124 64
Binary 11101011 1010011 100000 0 1000001 1010110 1000 1111 1010100 110100

Color Harmonies of #EB5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5320

Black with #EB5320

Text Example


Text Example

White with #EB5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5320; }

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

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

background-color css

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

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

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

border-color css

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

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

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