Html Css Color HEX #EB491A Cinnabar

📋 copy color: '#EB491A'

red 235 ◦ green 73 ◦ blue 26

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

Shades of Cinnabar #EB491A

Tints of Cinnabar #EB491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 70.36%
G = 21.86%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB491A (or 0xEB491A) is known color: Cinnabar. HEX triplet: EB, 49 and 1A. RGB value is (235,73,26). Sum of RGB (Red+Green+Blue) = 235+73+26=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB491A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB491A is #14B6E5. Grayscale: #747474. Windows color (decimal): -1357542 or 1722859. OLE color: 1722859.

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

Color convert

RGB 235 73 26 -
CMYK 0 0.69 0.89 0.08
HSL 13.49º 0.84% 0.51% -
HSV(B) 13.49º 0.89% 0.92% -
XYZ 36.83 22.5 3.38 -
YUV 116.08 77.17 212.82 -
System Red Green Blue C M Y K H S L
Decimal 235 73 26 0 0.69 0.89 0.08 13.49 0.84 0.51
Hex EB 49 1A 0 45 59 8 D 54 33
Octal 353 111 32 0 105 131 10 15 124 63
Binary 11101011 1001001 11010 0 1000101 1011001 1000 1101 1010100 110011

Color Harmonies of #EB491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB491A

Black with #EB491A

Text Example


Text Example

White with #EB491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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