Html Css Color HEX #EB4E28 Cinnabar

📋 copy color: '#EB4E28'

red 235 ◦ green 78 ◦ blue 40

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

Shades of Cinnabar #EB4E28

Tints of Cinnabar #EB4E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 66.57%
G = 22.1%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4E28 (or 0xEB4E28) is known color: Cinnabar. HEX triplet: EB, 4E and 28. RGB value is (235,78,40). Sum of RGB (Red+Green+Blue) = 235+78+40=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4E28 is #14B1D7. Grayscale: #787878. Windows color (decimal): -1356248 or 2641643. OLE color: 2641643.

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

Color convert

RGB 235 78 40 -
CMYK 0 0.67 0.83 0.08
HSL 11.69º 0.83% 0.54% -
HSV(B) 11.69º 0.83% 0.92% -
XYZ 37.37 23.26 4.53 -
YUV 120.61 82.51 209.59 -
System Red Green Blue C M Y K H S L
Decimal 235 78 40 0 0.67 0.83 0.08 11.69 0.83 0.54
Hex EB 4E 28 0 43 53 8 C 53 36
Octal 353 116 50 0 103 123 10 14 123 66
Binary 11101011 1001110 101000 0 1000011 1010011 1000 1100 1010011 110110

Color Harmonies of #EB4E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E28

Black with #EB4E28

Text Example


Text Example

White with #EB4E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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