Html Css Color HEX #EB492A Cinnabar

📋 copy color: '#EB492A'

red 235 ◦ green 73 ◦ blue 42

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

Shades of Cinnabar #EB492A

Tints of Cinnabar #EB492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12%

R = 67.14%
G = 20.86%
B = 12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB492A (or 0xEB492A) is known color: Cinnabar. HEX triplet: EB, 49 and 2A. RGB value is (235,73,42). Sum of RGB (Red+Green+Blue) = 235+73+42=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB492A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB492A is #14B6D5. Grayscale: #767676. Windows color (decimal): -1357526 or 2771435. OLE color: 2771435.

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

Color convert

RGB 235 73 42 -
CMYK 0 0.69 0.82 0.08
HSL 9.64º 0.83% 0.54% -
HSV(B) 9.64º 0.82% 0.92% -
XYZ 37.06 22.59 4.6 -
YUV 117.9 85.17 211.52 -
System Red Green Blue C M Y K H S L
Decimal 235 73 42 0 0.69 0.82 0.08 9.64 0.83 0.54
Hex EB 49 2A 0 45 52 8 A 53 36
Octal 353 111 52 0 105 122 10 12 123 66
Binary 11101011 1001001 101010 0 1000101 1010010 1000 1010 1010011 110110

Color Harmonies of #EB492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB492A

Black with #EB492A

Text Example


Text Example

White with #EB492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB492A; }

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

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

background-color css

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

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

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

border-color css

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

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

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