Html Css Color HEX #EE532E Cinnabar

📋 copy color: '#EE532E'

red 238 ◦ green 83 ◦ blue 46

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

Shades of Cinnabar #EE532E

Tints of Cinnabar #EE532E

RGB

 RED value IS 238 (93.36% from 255) = 64.85%

 GREEN value IS 83 (32.81% from 255) = 22.62%

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 64.85%
G = 22.62%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE532E (or 0xEE532E) is known color: Cinnabar. HEX triplet: EE, 53 and 2E. RGB value is (238,83,46). Sum of RGB (Red+Green+Blue) = 238+83+46=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE532E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE532E is #11ACD1. Grayscale: #7D7D7D. Windows color (decimal): -1158354 or 3036142. OLE color: 3036142.

HSL color Cylindrical-coordinate representation of color #EE532E: hue angle of 11.56º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE532E is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 83 46 -
CMYK 0 0.65 0.81 0.07
HSL 11.56º 0.85% 0.56% -
HSV(B) 11.56º 0.81% 0.93% -
XYZ 38.85 24.56 5.28 -
YUV 125.13 83.35 208.51 -
System Red Green Blue C M Y K H S L
Decimal 238 83 46 0 0.65 0.81 0.07 11.56 0.85 0.56
Hex EE 53 2E 0 41 51 7 C 55 38
Octal 356 123 56 0 101 121 7 14 125 70
Binary 11101110 1010011 101110 0 1000001 1010001 111 1100 1010101 111000

Color Harmonies of #EE532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE532E

Black with #EE532E

Text Example


Text Example

White with #EE532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE532E; }

 p { color: rgb(238,83,46); }

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

background-color css

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

 a { background-color: rgb(238,83,46); }

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

border-color css

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

 span { border-color: rgb(238,83,46); }

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