Html Css Color HEX #EB463A Cinnabar

📋 copy color: '#EB463A'

red 235 ◦ green 70 ◦ blue 58

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

Shades of Cinnabar #EB463A

Tints of Cinnabar #EB463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 64.74%
G = 19.28%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB463A (or 0xEB463A) is known color: Cinnabar. HEX triplet: EB, 46 and 3A. RGB value is (235,70,58). Sum of RGB (Red+Green+Blue) = 235+70+58=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB463A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB463A is #14B9C5. Grayscale: #767676. Windows color (decimal): -1358278 or 3819243. OLE color: 3819243.

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

Color convert

RGB 235 70 58 -
CMYK 0 0.70 0.75 0.08
HSL 4.07º 0.82% 0.57% -
HSV(B) 4.07º 0.75% 0.92% -
XYZ 37.21 22.35 6.36 -
YUV 117.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 235 70 58 0 0.70 0.75 0.08 4.07 0.82 0.57
Hex EB 46 3A 0 46 4B 8 4 52 39
Octal 353 106 72 0 106 113 10 4 122 71
Binary 11101011 1000110 111010 0 1000110 1001011 1000 100 1010010 111001

Color Harmonies of #EB463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB463A

Black with #EB463A

Text Example


Text Example

White with #EB463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB463A; }

 p { color: rgb(235,70,58); }

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

background-color css

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

 a { background-color: rgb(235,70,58); }

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

border-color css

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

 span { border-color: rgb(235,70,58); }

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