Html Css Color HEX #EB491D Cinnabar

📋 copy color: '#EB491D'

red 235 ◦ green 73 ◦ blue 29

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

Shades of Cinnabar #EB491D

Tints of Cinnabar #EB491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 69.73%
G = 21.66%
B = 8.61%

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

#EB491D (or 0xEB491D) is known color: Cinnabar. HEX triplet: EB, 49 and 1D. RGB value is (235,73,29). Sum of RGB (Red+Green+Blue) = 235+73+29=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB491D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB491D is #14B6E2. Grayscale: #747474. Windows color (decimal): -1357539 or 1919467. OLE color: 1919467.

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

Color convert

RGB 235 73 29 -
CMYK 0 0.69 0.88 0.08
HSL 12.82º 0.84% 0.52% -
HSV(B) 12.82º 0.88% 0.92% -
XYZ 36.87 22.52 3.57 -
YUV 116.42 78.67 212.58 -
System Red Green Blue C M Y K H S L
Decimal 235 73 29 0 0.69 0.88 0.08 12.82 0.84 0.52
Hex EB 49 1D 0 45 58 8 D 54 34
Octal 353 111 35 0 105 130 10 15 124 64
Binary 11101011 1001001 11101 0 1000101 1011000 1000 1101 1010100 110100

Color Harmonies of #EB491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB491D

Black with #EB491D

Text Example


Text Example

White with #EB491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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