Html Css Color HEX #EB5038 Cinnabar

📋 copy color: '#EB5038'

red 235 ◦ green 80 ◦ blue 56

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

Shades of Cinnabar #EB5038

Tints of Cinnabar #EB5038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 63.34%
G = 21.56%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EB5038 (or 0xEB5038) is known color: Cinnabar. HEX triplet: EB, 50 and 38. RGB value is (235,80,56). Sum of RGB (Red+Green+Blue) = 235+80+56=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5038 is #14AFC7. Grayscale: #7B7B7B. Windows color (decimal): -1355720 or 3690731. OLE color: 3690731.

HSL color Cylindrical-coordinate representation of color #EB5038: hue angle of 8.04º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB5038 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 56 -
CMYK 0 0.66 0.76 0.08
HSL 8.04º 0.82% 0.57% -
HSV(B) 8.04º 0.76% 0.92% -
XYZ 37.84 23.69 6.32 -
YUV 123.61 89.85 207.45 -
System Red Green Blue C M Y K H S L
Decimal 235 80 56 0 0.66 0.76 0.08 8.04 0.82 0.57
Hex EB 50 38 0 42 4C 8 8 52 39
Octal 353 120 70 0 102 114 10 10 122 71
Binary 11101011 1010000 111000 0 1000010 1001100 1000 1000 1010010 111001

Color Harmonies of #EB5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5038

Black with #EB5038

Text Example


Text Example

White with #EB5038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5038; }

 p { color: rgb(235,80,56); }

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

background-color css

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

 a { background-color: rgb(235,80,56); }

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

border-color css

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

 span { border-color: rgb(235,80,56); }

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