Html Css Color HEX #EB4728 Cinnabar

📋 copy color: '#EB4728'

red 235 ◦ green 71 ◦ blue 40

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

Shades of Cinnabar #EB4728

Tints of Cinnabar #EB4728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

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

R = 67.92%
G = 20.52%
B = 11.56%

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

#EB4728 (or 0xEB4728) is known color: Cinnabar. HEX triplet: EB, 47 and 28. RGB value is (235,71,40). Sum of RGB (Red+Green+Blue) = 235+71+40=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4728 is #14B8D7. Grayscale: #747474. Windows color (decimal): -1358040 or 2639851. OLE color: 2639851.

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

Color convert

RGB 235 71 40 -
CMYK 0 0.70 0.83 0.08
HSL 9.54º 0.83% 0.54% -
HSV(B) 9.54º 0.83% 0.92% -
XYZ 36.9 22.32 4.37 -
YUV 116.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 235 71 40 0 0.70 0.83 0.08 9.54 0.83 0.54
Hex EB 47 28 0 46 53 8 A 53 36
Octal 353 107 50 0 106 123 10 12 123 66
Binary 11101011 1000111 101000 0 1000110 1010011 1000 1010 1010011 110110

Color Harmonies of #EB4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4728

Black with #EB4728

Text Example


Text Example

White with #EB4728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4728; }

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

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

background-color css

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

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

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

border-color css

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

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

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