Html Css Color HEX #EB521E Cinnabar

📋 copy color: '#EB521E'

red 235 ◦ green 82 ◦ blue 30

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

Shades of Cinnabar #EB521E

Tints of Cinnabar #EB521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 67.72%
G = 23.63%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB521E (or 0xEB521E) is known color: Cinnabar. HEX triplet: EB, 52 and 1E. RGB value is (235,82,30). Sum of RGB (Red+Green+Blue) = 235+82+30=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB521E is #14ADE1. Grayscale: #7A7A7A. Windows color (decimal): -1355234 or 1987307. OLE color: 1987307.

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

Color convert

RGB 235 82 30 -
CMYK 0 0.65 0.87 0.08
HSL 15.22º 0.84% 0.52% -
HSV(B) 15.22º 0.87% 0.92% -
XYZ 37.51 23.79 3.84 -
YUV 121.82 76.19 208.73 -
System Red Green Blue C M Y K H S L
Decimal 235 82 30 0 0.65 0.87 0.08 15.22 0.84 0.52
Hex EB 52 1E 0 41 57 8 F 54 34
Octal 353 122 36 0 101 127 10 17 124 64
Binary 11101011 1010010 11110 0 1000001 1010111 1000 1111 1010100 110100

Color Harmonies of #EB521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB521E

Black with #EB521E

Text Example


Text Example

White with #EB521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB521E; }

 p { color: rgb(235,82,30); }

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

background-color css

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

 a { background-color: rgb(235,82,30); }

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

border-color css

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

 span { border-color: rgb(235,82,30); }

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