Html Css Color HEX #EB5420 Cinnabar

📋 copy color: '#EB5420'

red 235 ◦ green 84 ◦ blue 32

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

Shades of Cinnabar #EB5420

Tints of Cinnabar #EB5420

RGB

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

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

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

R = 66.95%
G = 23.93%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB5420 (or 0xEB5420) is known color: Cinnabar. HEX triplet: EB, 54 and 20. RGB value is (235,84,32). Sum of RGB (Red+Green+Blue) = 235+84+32=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5420 is #14ABDF. Grayscale: #7B7B7B. Windows color (decimal): -1354720 or 2118891. OLE color: 2118891.

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

Color convert

RGB 235 84 32 -
CMYK 0 0.64 0.86 0.08
HSL 15.37º 0.84% 0.52% -
HSV(B) 15.37º 0.86% 0.92% -
XYZ 37.69 24.11 4.03 -
YUV 123.22 76.53 207.73 -
System Red Green Blue C M Y K H S L
Decimal 235 84 32 0 0.64 0.86 0.08 15.37 0.84 0.52
Hex EB 54 20 0 40 56 8 F 54 34
Octal 353 124 40 0 100 126 10 17 124 64
Binary 11101011 1010100 100000 0 1000000 1010110 1000 1111 1010100 110100

Color Harmonies of #EB5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5420

Black with #EB5420

Text Example


Text Example

White with #EB5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5420; }

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

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

background-color css

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

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

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

border-color css

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

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

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