Html Css Color HEX #EB4628 Cinnabar

📋 copy color: '#EB4628'

red 235 ◦ green 70 ◦ blue 40

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

Shades of Cinnabar #EB4628

Tints of Cinnabar #EB4628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

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

R = 68.12%
G = 20.29%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4628 (or 0xEB4628) is known color: Cinnabar. HEX triplet: EB, 46 and 28. RGB value is (235,70,40). Sum of RGB (Red+Green+Blue) = 235+70+40=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4628 is #14B9D7. Grayscale: #747474. Windows color (decimal): -1358296 or 2639595. OLE color: 2639595.

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

Color convert

RGB 235 70 40 -
CMYK 0 0.70 0.83 0.08
HSL 9.23º 0.83% 0.54% -
HSV(B) 9.23º 0.83% 0.92% -
XYZ 36.83 22.2 4.35 -
YUV 115.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 235 70 40 0 0.70 0.83 0.08 9.23 0.83 0.54
Hex EB 46 28 0 46 53 8 9 53 36
Octal 353 106 50 0 106 123 10 11 123 66
Binary 11101011 1000110 101000 0 1000110 1010011 1000 1001 1010011 110110

Color Harmonies of #EB4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4628

Black with #EB4628

Text Example


Text Example

White with #EB4628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4628; }

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

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

background-color css

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

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

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

border-color css

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

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

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