Html Css Color HEX #E9552F Cinnabar

📋 copy color: '#E9552F'

red 233 ◦ green 85 ◦ blue 47

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

Shades of Cinnabar #E9552F

Tints of Cinnabar #E9552F

RGB

 RED value IS 233 (91.41% from 255) = 63.84%

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

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 63.84%
G = 23.29%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E9552F (or 0xE9552F) is known color: Cinnabar. HEX triplet: E9, 55 and 2F. RGB value is (233,85,47). Sum of RGB (Red+Green+Blue) = 233+85+47=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9552F is #16AAD0. Grayscale: #7D7D7D. Windows color (decimal): -1485521 or 3102185. OLE color: 3102185.

HSL color Cylindrical-coordinate representation of color #E9552F: hue angle of 12.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9552F is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 85 47 -
CMYK 0 0.64 0.80 0.09
HSL 12.26º 0.81% 0.55% -
HSV(B) 12.26º 0.8% 0.91% -
XYZ 37.37 24.03 5.36 -
YUV 124.92 84.03 205.09 -
System Red Green Blue C M Y K H S L
Decimal 233 85 47 0 0.64 0.80 0.09 12.26 0.81 0.55
Hex E9 55 2F 0 40 50 9 C 51 37
Octal 351 125 57 0 100 120 11 14 121 67
Binary 11101001 1010101 101111 0 1000000 1010000 1001 1100 1010001 110111

Color Harmonies of #E9552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9552F

Black with #E9552F

Text Example


Text Example

White with #E9552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9552F; }

 p { color: rgb(233,85,47); }

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

background-color css

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

 a { background-color: rgb(233,85,47); }

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

border-color css

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

 span { border-color: rgb(233,85,47); }

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