Html Css Color HEX #EB5529 Cinnabar

📋 copy color: '#EB5529'

red 235 ◦ green 85 ◦ blue 41

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

Shades of Cinnabar #EB5529

Tints of Cinnabar #EB5529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 41 (16.41% from 255) = 11.36%

R = 65.1%
G = 23.55%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB5529 (or 0xEB5529) is known color: Cinnabar. HEX triplet: EB, 55 and 29. RGB value is (235,85,41). Sum of RGB (Red+Green+Blue) = 235+85+41=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5529 is #14AAD6. Grayscale: #7D7D7D. Windows color (decimal): -1354455 or 2708971. OLE color: 2708971.

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

Color convert

RGB 235 85 41 -
CMYK 0 0.64 0.83 0.08
HSL 13.61º 0.83% 0.54% -
HSV(B) 13.61º 0.83% 0.92% -
XYZ 37.91 24.32 4.79 -
YUV 124.83 80.7 206.58 -
System Red Green Blue C M Y K H S L
Decimal 235 85 41 0 0.64 0.83 0.08 13.61 0.83 0.54
Hex EB 55 29 0 40 53 8 E 53 36
Octal 353 125 51 0 100 123 10 16 123 66
Binary 11101011 1010101 101001 0 1000000 1010011 1000 1110 1010011 110110

Color Harmonies of #EB5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5529

Black with #EB5529

Text Example


Text Example

White with #EB5529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5529; }

 p { color: rgb(235,85,41); }

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

background-color css

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

 a { background-color: rgb(235,85,41); }

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

border-color css

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

 span { border-color: rgb(235,85,41); }

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