Html Css Color HEX #EB4040 Cinnabar

📋 copy color: '#EB4040'

red 235 ◦ green 64 ◦ blue 64

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

Shades of Cinnabar #EB4040

Tints of Cinnabar #EB4040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 64.74%
G = 17.63%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB4040 (or 0xEB4040) is known color: Cinnabar. HEX triplet: EB, 40 and 40. RGB value is (235,64,64). Sum of RGB (Red+Green+Blue) = 235+64+64=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4040 is #14BFBF. Grayscale: #737373. Windows color (decimal): -1359808 or 4210923. OLE color: 4210923.

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

Color convert

RGB 235 64 64 -
CMYK 0 0.73 0.73 0.08
HSL 0.81% 0.59% -
HSV(B) 0.73% 0.92% -
XYZ 37.02 21.7 7.09 -
YUV 115.13 99.15 213.5 -
System Red Green Blue C M Y K H S L
Decimal 235 64 64 0 0.73 0.73 0.08 0 0.81 0.59
Hex EB 40 40 0 49 49 8 0 51 3B
Octal 353 100 100 0 111 111 10 0 121 73
Binary 11101011 1000000 1000000 0 1001001 1001001 1000 0 1010001 111011

Color Harmonies of #EB4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4040

Black with #EB4040

Text Example


Text Example

White with #EB4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4040; }

 p { color: rgb(235,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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