Html Css Color HEX #EB492E Cinnabar

📋 copy color: '#EB492E'

red 235 ◦ green 73 ◦ blue 46

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

Shades of Cinnabar #EB492E

Tints of Cinnabar #EB492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 66.38%
G = 20.62%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB492E (or 0xEB492E) is known color: Cinnabar. HEX triplet: EB, 49 and 2E. RGB value is (235,73,46). Sum of RGB (Red+Green+Blue) = 235+73+46=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB492E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB492E is #14B6D1. Grayscale: #767676. Windows color (decimal): -1357522 or 3033579. OLE color: 3033579.

HSL color Cylindrical-coordinate representation of color #EB492E: hue angle of 8.57º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB492E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 73 46 -
CMYK 0 0.69 0.80 0.08
HSL 8.57º 0.83% 0.55% -
HSV(B) 8.57º 0.8% 0.92% -
XYZ 37.14 22.62 4.99 -
YUV 118.36 87.17 211.2 -
System Red Green Blue C M Y K H S L
Decimal 235 73 46 0 0.69 0.80 0.08 8.57 0.83 0.55
Hex EB 49 2E 0 45 50 8 9 53 37
Octal 353 111 56 0 105 120 10 11 123 67
Binary 11101011 1001001 101110 0 1000101 1010000 1000 1001 1010011 110111

Color Harmonies of #EB492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB492E

Black with #EB492E

Text Example


Text Example

White with #EB492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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