Html Css Color HEX #EB4E3C Cinnabar

📋 copy color: '#EB4E3C'

red 235 ◦ green 78 ◦ blue 60

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

Shades of Cinnabar #EB4E3C

Tints of Cinnabar #EB4E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.91%

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

R = 63%
G = 20.91%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB4E3C (or 0xEB4E3C) is known color: Cinnabar. HEX triplet: EB, 4E and 3C. RGB value is (235,78,60). Sum of RGB (Red+Green+Blue) = 235+78+60=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4E3C is #14B1C3. Grayscale: #7B7B7B. Windows color (decimal): -1356228 or 3952363. OLE color: 3952363.

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

Color convert

RGB 235 78 60 -
CMYK 0 0.67 0.74 0.08
HSL 6.17º 0.81% 0.58% -
HSV(B) 6.17º 0.74% 0.92% -
XYZ 37.8 23.44 6.81 -
YUV 122.89 92.51 207.96 -
System Red Green Blue C M Y K H S L
Decimal 235 78 60 0 0.67 0.74 0.08 6.17 0.81 0.58
Hex EB 4E 3C 0 43 4A 8 6 51 3A
Octal 353 116 74 0 103 112 10 6 121 72
Binary 11101011 1001110 111100 0 1000011 1001010 1000 110 1010001 111010

Color Harmonies of #EB4E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E3C

Black with #EB4E3C

Text Example


Text Example

White with #EB4E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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