Html Css Color HEX #EB4C3C Cinnabar

📋 copy color: '#EB4C3C'

red 235 ◦ green 76 ◦ blue 60

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

Shades of Cinnabar #EB4C3C

Tints of Cinnabar #EB4C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 63.34%
G = 20.49%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB4C3C (or 0xEB4C3C) is known color: Cinnabar. HEX triplet: EB, 4C and 3C. RGB value is (235,76,60). Sum of RGB (Red+Green+Blue) = 235+76+60=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4C3C is #14B3C3. Grayscale: #797979. Windows color (decimal): -1356740 or 3951851. OLE color: 3951851.

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

Color convert

RGB 235 76 60 -
CMYK 0 0.68 0.74 0.08
HSL 5.49º 0.81% 0.58% -
HSV(B) 5.49º 0.74% 0.92% -
XYZ 37.66 23.16 6.76 -
YUV 121.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 235 76 60 0 0.68 0.74 0.08 5.49 0.81 0.58
Hex EB 4C 3C 0 44 4A 8 5 51 3A
Octal 353 114 74 0 104 112 10 5 121 72
Binary 11101011 1001100 111100 0 1000100 1001010 1000 101 1010001 111010

Color Harmonies of #EB4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C3C

Black with #EB4C3C

Text Example


Text Example

White with #EB4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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