Html Css Color HEX #EB4C3A Cinnabar

📋 copy color: '#EB4C3A'

red 235 ◦ green 76 ◦ blue 58

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

Shades of Cinnabar #EB4C3A

Tints of Cinnabar #EB4C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

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

R = 63.69%
G = 20.6%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB4C3A (or 0xEB4C3A) is known color: Cinnabar. HEX triplet: EB, 4C and 3A. RGB value is (235,76,58). Sum of RGB (Red+Green+Blue) = 235+76+58=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4C3A is #14B3C5. Grayscale: #797979. Windows color (decimal): -1356742 or 3820779. OLE color: 3820779.

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

Color convert

RGB 235 76 58 -
CMYK 0 0.68 0.75 0.08
HSL 6.1º 0.82% 0.57% -
HSV(B) 6.1º 0.75% 0.92% -
XYZ 37.61 23.14 6.49 -
YUV 121.49 92.18 208.96 -
System Red Green Blue C M Y K H S L
Decimal 235 76 58 0 0.68 0.75 0.08 6.1 0.82 0.57
Hex EB 4C 3A 0 44 4B 8 6 52 39
Octal 353 114 72 0 104 113 10 6 122 71
Binary 11101011 1001100 111010 0 1000100 1001011 1000 110 1010010 111001

Color Harmonies of #EB4C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C3A

Black with #EB4C3A

Text Example


Text Example

White with #EB4C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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