Html Css Color HEX #EB4A3F Cinnabar

📋 copy color: '#EB4A3F'

red 235 ◦ green 74 ◦ blue 63

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

Shades of Cinnabar #EB4A3F

Tints of Cinnabar #EB4A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

 BLUE value IS 63 (25% from 255) = 16.94%

R = 63.17%
G = 19.89%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB4A3F (or 0xEB4A3F) is known color: Cinnabar. HEX triplet: EB, 4A and 3F. RGB value is (235,74,63). Sum of RGB (Red+Green+Blue) = 235+74+63=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A3F is #14B5C0. Grayscale: #797979. Windows color (decimal): -1357249 or 4147947. OLE color: 4147947.

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

Color convert

RGB 235 74 63 -
CMYK 0 0.69 0.73 0.08
HSL 3.84º 0.81% 0.58% -
HSV(B) 3.84º 0.73% 0.92% -
XYZ 37.61 22.92 7.14 -
YUV 120.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 235 74 63 0 0.69 0.73 0.08 3.84 0.81 0.58
Hex EB 4A 3F 0 45 49 8 4 51 3A
Octal 353 112 77 0 105 111 10 4 121 72
Binary 11101011 1001010 111111 0 1000101 1001001 1000 100 1010001 111010

Color Harmonies of #EB4A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A3F

Black with #EB4A3F

Text Example


Text Example

White with #EB4A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A3F; }

 p { color: rgb(235,74,63); }

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

background-color css

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

 a { background-color: rgb(235,74,63); }

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

border-color css

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

 span { border-color: rgb(235,74,63); }

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