Html Css Color HEX #EB491C Cinnabar

📋 copy color: '#EB491C'

red 235 ◦ green 73 ◦ blue 28

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

Shades of Cinnabar #EB491C

Tints of Cinnabar #EB491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 28 (11.33% from 255) = 8.33%

R = 69.94%
G = 21.73%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB491C (or 0xEB491C) is known color: Cinnabar. HEX triplet: EB, 49 and 1C. RGB value is (235,73,28). Sum of RGB (Red+Green+Blue) = 235+73+28=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB491C is #14B6E3. Grayscale: #747474. Windows color (decimal): -1357540 or 1853931. OLE color: 1853931.

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

Color convert

RGB 235 73 28 -
CMYK 0 0.69 0.88 0.08
HSL 13.04º 0.84% 0.52% -
HSV(B) 13.04º 0.88% 0.92% -
XYZ 36.85 22.51 3.5 -
YUV 116.31 78.17 212.66 -
System Red Green Blue C M Y K H S L
Decimal 235 73 28 0 0.69 0.88 0.08 13.04 0.84 0.52
Hex EB 49 1C 0 45 58 8 D 54 34
Octal 353 111 34 0 105 130 10 15 124 64
Binary 11101011 1001001 11100 0 1000101 1011000 1000 1101 1010100 110100

Color Harmonies of #EB491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB491C

Black with #EB491C

Text Example


Text Example

White with #EB491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB491C; }

 p { color: rgb(235,73,28); }

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

background-color css

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

 a { background-color: rgb(235,73,28); }

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

border-color css

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

 span { border-color: rgb(235,73,28); }

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