Html Css Color HEX #EB552B Cinnabar

📋 copy color: '#EB552B'

red 235 ◦ green 85 ◦ blue 43

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

Shades of Cinnabar #EB552B

Tints of Cinnabar #EB552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 64.74%
G = 23.42%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB552B (or 0xEB552B) is known color: Cinnabar. HEX triplet: EB, 55 and 2B. RGB value is (235,85,43). Sum of RGB (Red+Green+Blue) = 235+85+43=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB552B is #14AAD4. Grayscale: #7D7D7D. Windows color (decimal): -1354453 or 2840043. OLE color: 2840043.

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

Color convert

RGB 235 85 43 -
CMYK 0 0.64 0.82 0.08
HSL 13.13º 0.83% 0.55% -
HSV(B) 13.13º 0.82% 0.92% -
XYZ 37.95 24.33 4.98 -
YUV 125.06 81.7 206.42 -
System Red Green Blue C M Y K H S L
Decimal 235 85 43 0 0.64 0.82 0.08 13.13 0.83 0.55
Hex EB 55 2B 0 40 52 8 D 53 37
Octal 353 125 53 0 100 122 10 15 123 67
Binary 11101011 1010101 101011 0 1000000 1010010 1000 1101 1010011 110111

Color Harmonies of #EB552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB552B

Black with #EB552B

Text Example


Text Example

White with #EB552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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